diff --git a/mayan/apps/web_theme/templates/web_theme_login.html b/mayan/apps/web_theme/templates/web_theme_login.html index ac3c7b2090..b9a3faef99 100644 --- a/mayan/apps/web_theme/templates/web_theme_login.html +++ b/mayan/apps/web_theme/templates/web_theme_login.html @@ -1,5 +1,7 @@ -{% extends "web_theme_base.html" %} +{% extends 'web_theme_base.html' %} + {% load i18n %} + {% load theme_tags %} {% load autoadmin_tags %} @@ -10,16 +12,16 @@ {% endif %} {% endblock %} -{% block html_title %}{% trans "Login" %}{% endblock %} +{% block html_title %}{% trans 'Login' %}{% endblock %} {% if user.is_authenticated %} {% block web_theme_content %} {% get_login_redirect_url %} -
-

{% trans "You are already logged in" %}

+
+

{% trans 'You are already logged in' %}

- {% trans "Redirecting you to the website entry point in 5 seconds." %} + {% trans 'Redirecting you to the website entry point in 5 seconds.' %}

{% blocktrans %}Or click here if redirection doesn't work.{% endblocktrans %} @@ -35,11 +37,11 @@

{% trans "First time login" %}

@@ -47,15 +49,15 @@

{% block project_name %}{% endblock %}

-

{% trans "Login" %}

+

{% trans 'Login' %}