diff --git a/templates/forms/f_registration.html b/templates/forms/f_registration.html index b8149c8..bf3bf2a 100644 --- a/templates/forms/f_registration.html +++ b/templates/forms/f_registration.html @@ -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 @@ -