Fix build.

This commit is contained in:
SJost 2018-10-11 10:39:28 +02:00
parent d937e3d894
commit bef662d162

View File

@ -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