whopsie
This commit is contained in:
parent
c23ac47ae4
commit
481be7aeec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue