Fix build.
This commit is contained in:
parent
d937e3d894
commit
bef662d162
@ -151,13 +151,13 @@ postProfileDataR = do
|
||||
-- first determine all submission that solely depend on this user:
|
||||
-- SubmissionGroup / SubmissionGroupUser
|
||||
-- Submission / SubmissionUser
|
||||
|
||||
-- runDB $ deleteCascade uid
|
||||
(FormSuccess BtnAbort ) -> do
|
||||
addMessageI Info MsgAborted
|
||||
getProfileDataR
|
||||
_other -> do
|
||||
getProfileDataR
|
||||
redirect ProfileDataR
|
||||
_other -> return ()
|
||||
getProfileDataR
|
||||
|
||||
|
||||
|
||||
getProfileDataR :: Handler Html
|
||||
|
||||
Loading…
Reference in New Issue
Block a user