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