Change Register form E-Mailfield to form_email

This commit is contained in:
gnomus 2015-08-16 20:38:41 +02:00
parent a7189482e9
commit b3aa6cc473
1 changed files with 1 additions and 1 deletions

View File

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