diff --git a/Handler/Reactivate.hs b/Handler/Reactivate.hs index b095984..e061244 100644 --- a/Handler/Reactivate.hs +++ b/Handler/Reactivate.hs @@ -23,7 +23,7 @@ import Data.Text.Encoding getReactivateR :: Handler Html getReactivateR = do (reactivateWidget, enctype) <- generateFormPost reactivateForm - defaultLayout $ do + formLayout $ do setTitle "Eidolon :: Reactivate account" $(widgetFile "reactivate") diff --git a/templates/reactivate.hamlet b/templates/reactivate.hamlet index 39402ae..d1f6763 100644 --- a/templates/reactivate.hamlet +++ b/templates/reactivate.hamlet @@ -1,8 +1,9 @@ $newline always +