Skip to content

Commit

Permalink
Enable confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
fmthoma committed Sep 5, 2024
1 parent 47e2ac5 commit 0f10733
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Zureg/Hackathon/MuniHac2024.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import qualified Data.Text as T
import qualified Text.Blaze.Html5 as H
import System.Environment (getEnv)
import qualified Zureg.Captcha.ReCaptcha as ReCaptcha
import qualified Zureg.Captcha.NoCaptcha as NoCaptcha
import qualified Zureg.Database as Database
import Zureg.Hackathon.Interface (Hackathon)
import qualified Zureg.Hackathon.Interface as Hackathon
Expand All @@ -34,7 +33,7 @@ newHackathon = do
, Hackathon.contactUrl = "https://munihac.de/2024.html#contact"
, Hackathon.legalNoticeUrl = Just "https://munihac.de/impressum.html"
, Hackathon.capacity = 80
, Hackathon.confirmation = False
, Hackathon.confirmation = True

, Hackathon.registerBadgeName = True
, Hackathon.registerAffiliation = True
Expand Down

0 comments on commit 0f10733

Please sign in to comment.