Email addresses must be validated within 2 days.
parent
29c1c7f085
commit
aa05396653
|
@ -86,7 +86,13 @@ render { mailValidationForm }
|
||||||
|
|
||||||
where
|
where
|
||||||
b e = Bulma.column_ [ Bulma.box e ]
|
b e = Bulma.column_ [ Bulma.box e ]
|
||||||
mail_validation_form = [ Bulma.h3 "Verify your account", render_register_form ]
|
mail_validation_form
|
||||||
|
= [ Bulma.h3 "Verify your account"
|
||||||
|
, Bulma.div_content [] [Bulma.explanation [Bulma.p """
|
||||||
|
Email addresses must be validated within 2 days.
|
||||||
|
"""]]
|
||||||
|
, render_register_form
|
||||||
|
]
|
||||||
|
|
||||||
render_register_form = HH.form
|
render_register_form = HH.form
|
||||||
[ HE.onSubmit ValidateInputs ]
|
[ HE.onSubmit ValidateInputs ]
|
||||||
|
|
Loading…
Reference in New Issue