This commit is contained in:
Bat
2018-08-18 12:37:40 +02:00
parent 53a0ec08a2
commit 7fc5d7b5b0
9 changed files with 54 additions and 25 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
{% endif %}
<form method="post">
{{ macros::input(name="email_or_name", label="Username or email", errors=errors, form=form, props='minlenght="1"') }}
{{ macros::input(name="password", label="Password", errors=errors, form=form, type="password", props='minlenght="8"') }}
{{ macros::input(name="password", label="Password", errors=errors, form=form, type="password", props='minlenght="1"') }}
<input type="submit" value="{{ "Login" | _ }}" />
</form>