diff --git a/login/templates/login.html b/login/templates/login.html index a82882e..4825f7d 100644 --- a/login/templates/login.html +++ b/login/templates/login.html @@ -1,5 +1,5 @@ {% extends "login_base.html" %} -{% load i18n static %} +{% load i18n static language_code%} {% block login_content %}
@@ -9,7 +9,7 @@ autocorrect="off" class="form-control textinput textInput" id="yourEmail" required autofocus placeholder="{{ form.username.label }}" {% if form.username.value %}value="{{ form.username.value }}" {% endif %}> -
Please enter your email.
+
{%trans 'Please enter your email.' %}
{% if form.username.errors %}

{{ form.username.errors|striptags }} @@ -30,17 +30,35 @@ -

Please enter your password!
+
{% trans 'Please enter your password!'%}
- -
+ +
-