TRI-254 Replace placeholder text for registration form
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
<section class="register">
|
<section class="register">
|
||||||
<h1>{% translate "Регистрация" %}</h1>
|
<h1>{% translate "Регистрация" %}</h1>
|
||||||
|
<div>{% trans "Обязательные поля помечены значком *" %}</div>
|
||||||
|
|
||||||
<form
|
<form
|
||||||
name="registration_form"
|
name="registration_form"
|
||||||
@@ -107,7 +108,7 @@
|
|||||||
<label id="agreement_check" for="agreement" onclick="hideErrors(this)"></label>
|
<label id="agreement_check" for="agreement" onclick="hideErrors(this)"></label>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="agree_text">{% translate "Регистрируясь, я соглашаюсь с Лицензионным соглашениеми и Политикой конфиденциальности. <br><br> Обязательные поля помечены значком *." %}</div>
|
<div class="agree_text">{% translate "Регистрируясь, я соглашаюсь с Лицензионным соглашениеми и Политикой конфиденциальности." %}</div>
|
||||||
{% if form.errors and form.errors.agreement %}
|
{% if form.errors and form.errors.agreement %}
|
||||||
<span id="reg_agree_error">{{ form.errors.agreement }}</span>
|
<span id="reg_agree_error">{{ form.errors.agreement }}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user