Change Register form E-Mailfield to form_email
This commit is contained in:
parent
a7189482e9
commit
b3aa6cc473
|
@ -180,7 +180,7 @@ function guest_register() {
|
|||
form_text('nick', _("Nick") . ' ' . entry_required(), $nick)
|
||||
)),
|
||||
div('col-sm-8', array(
|
||||
form_text('mail', _("E-Mail") . ' ' . entry_required(), $mail),
|
||||
form_email('mail', _("E-Mail") . ' ' . entry_required(), $mail),
|
||||
form_checkbox('email_shiftinfo', _("Please send me an email if my shifts change"), $email_shiftinfo)
|
||||
))
|
||||
)),
|
||||
|
|
Loading…
Reference in New Issue