From a47d76958c36f365893c01a62561c54856765ba8 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 4 Mar 2019 19:28:57 +0100 Subject: Use proper Mojolicious input fields (-> no need to re-type everything on errors) --- templates/register.html.ep | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/register.html.ep') diff --git a/templates/register.html.ep b/templates/register.html.ep index 0e43e4d..2a421bb 100644 --- a/templates/register.html.ep +++ b/templates/register.html.ep @@ -29,22 +29,22 @@
account_circle - + %= text_field 'user', id => 'account', class => 'validate'
email - + %= email_field 'email', id => 'email', class => 'validate'
lock - + %= password_field 'password', id => 'password', class => 'validate'
lock - + %= password_field 'password2', id => 'password2', class => 'validate'
-- cgit v1.2.3