1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00

Fix validation

This commit is contained in:
Denis Shakhov 2015-03-28 14:32:32 +07:00
parent bfcd324803
commit 842202865c
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
{hook run='registration_begin'}
<form action="{router page='auth/register'}" method="post" class="js-auth-registration-form">
<form action="{router page='auth/register'}" method="post" class="js-form-validate js-auth-registration-form">
{hook run='form_registration_begin'}
{* Логин *}

View file

@ -2,7 +2,7 @@
* Форма восстановления пароля
*}
<form action="{router page='auth'}password-reset/" method="post" class="js-auth-reset-form">
<form action="{router page='auth'}password-reset/" method="post" class="js-form-validate js-auth-reset-form">
{* E-mail *}
{component 'field' template='email' label=$aLang.auth.reset.form.fields.mail.label}