Skip to content

Commit

Permalink
add tshirt deadline
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed May 2, 2024
1 parent 8c26618 commit 1d3f90c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions lib/Zureg/Hackathon/ZuriHac2024/Form.hs
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,9 @@ additionalInfoView view = do
H.h2 "Optional information"

H.p $ H.strong "T-Shirt"
{-
H.p $ H.strong $ do
"Please note that we have ordered the T-Shirts and cannot guarantee "
"that you will receive one if you register at this time."
-}
H.p $ "In what size would you like the free T-Shirt?"

DH.label "tshirtSize" view "Size"
Expand Down
2 changes: 1 addition & 1 deletion lib/Zureg/Hackathon/ZuriHac2024/Views.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import qualified Zureg.Hackathon.ZuriHac2024.Model as ZH24
import Zureg.Model

tShirtDeadline :: Time.UTCTime
tShirtDeadline = Time.UTCTime (Time.fromGregorian 2024 5 5) (12 * 3600)
tShirtDeadline = Time.UTCTime (Time.fromGregorian 2024 5 2) (12 * 3600)

scanView :: Registrant ZH24.RegisterInfo -> H.Html
scanView r@Registrant {..} = case rAdditionalInfo of
Expand Down

0 comments on commit 1d3f90c

Please sign in to comment.