fix navbar on error page

This commit is contained in:
Sören Brunk 2014-04-27 23:31:31 +02:00
parent 265a95bc05
commit 036aa129f7
2 changed files with 25 additions and 17 deletions

View file

@ -75,6 +75,8 @@ instance Yesod WebApp where
pageinfo <- widgetToPageContent $ do
addStylesheet $ StaticR css_bootstrap_css
addStylesheet $ StaticR css_bootstrap_theme_css
addScript $ StaticR js_jquery_full_js
addScript $ StaticR js_bootstrap_js
$(widgetFile "error")
giveUrlRenderer $(hamletFile $ hamletTemplate "bootstrap")