diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-27 20:47:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-27 20:47:48 -0400 |
commit | c0ca6f44ac2cbe6d1cbb82bc73e2d2ead7695770 (patch) | |
tree | f05c8690da98b0d549e5b93c9400c03927b89b94 /Assistant | |
parent | ecd63e29818c009bfc96d7a011bb8a2f1304e0ae (diff) |
template reorg
Diffstat (limited to 'Assistant')
-rw-r--r-- | Assistant/Threads/WebApp.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Assistant/Threads/WebApp.hs b/Assistant/Threads/WebApp.hs index 5407ed195..92f7ff253 100644 --- a/Assistant/Threads/WebApp.hs +++ b/Assistant/Threads/WebApp.hs @@ -61,11 +61,10 @@ instance Yesod WebApp where page <- widgetToPageContent $ do addStylesheet $ StaticR css_bootstrap_css addStylesheet $ StaticR css_bootstrap_responsive_css - addStylesheet $ StaticR css_webapp_css addScript $ StaticR jquery_full_js addScript $ StaticR js_bootstrap_dropdown_js addScript $ StaticR js_bootstrap_alert_js - $(widgetFile "default-layout") + $(widgetFile "page") hamletToRepHtml $(hamletFile $ hamletTemplate "bootstrap") {- Require an auth token be set when accessing any (non-static route) -} |