Skip to content
Snippets Groups Projects
Commit c3b11c2c authored by PavelBegunkov's avatar PavelBegunkov
Browse files

игра слов

parent 5ef45cc7
Branches
Tags
No related merge requests found
......@@ -5,7 +5,7 @@
<form action="{{ URL.base() }}" method='POST' id='signin_f'>
<div class='auth_error'>Неправильный логин/E-Mail или пароль</div>
<div id='inputs'>
{{ sign.input('login', 'text', '', 'Имя пользователя или E-Mail') }}
{{ sign.input('login', 'text', '', 'Логин или E-Mail') }}
{{ sign.input('password', 'password', '', 'Пароль') }}
</div>
{{ sign.input('signin_b', 'button', 'Войти') }}
......
......@@ -6,7 +6,7 @@
<div id='errors'></div>
<div>
{{ sign.input('activation_code', 'text', '', 'Код активации') }}
{{ sign.input('login', 'text', '', 'Имя пользователя') }}
{{ sign.input('login', 'text', '', 'Логин') }}
{{ sign.input('password', 'password', '', 'Пароль') }}
{{ sign.input('confirm_password', 'password', '', 'Подтверждение пароля') }}
{{ sign.input('email', 'text', '', 'E-Mail адрес') }}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment