This commit is contained in:
nek0 2018-09-04 18:12:46 +02:00
parent c23ac47ae4
commit 481be7aeec
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ getReactivateR = do
users <- runDB $ selectList [UserTimestamp <. addDays (-30) today] [Asc UserIdent]
defaultLayout $ do
addScript $ StaticR js_barcode_js
setTitleI MsgUserReactivate
setTitleI MsgReactivateOldUser
$(widgetFile "reactivate")
getUserReactivateR :: UserId -> Handler Html