diff --git a/mayan/apps/appearance/templates/appearance/login.html b/mayan/apps/appearance/templates/appearance/login.html index c54b434025..d08b5babd4 100644 --- a/mayan/apps/appearance/templates/appearance/login.html +++ b/mayan/apps/appearance/templates/appearance/login.html @@ -33,22 +33,22 @@ {% else %} {% block content_plain %}
{% trans 'You have just finished installing Mayan EDMS, congratulations!' %}
-{% trans 'Login using the following credentials:' %}
-{% blocktrans with auto_admin_properties.account as account %}Username: {{ account }}{% endblocktrans %}
-{% blocktrans with auto_admin_properties.account.email as email %}Email: {{ email }}{% endblocktrans %}
-{% blocktrans with auto_admin_properties.password as password %}Password: {{ password }}{% endblocktrans %}
-{% trans 'Be sure to change the password to increase security and to disable this message.' %}
-{% trans 'You have just finished installing Mayan EDMS, congratulations!' %}
+{% trans 'Login using the following credentials:' %}
+{% blocktrans with auto_admin_properties.account as account %}Username: {{ account }}{% endblocktrans %}
+{% blocktrans with auto_admin_properties.account.email as email %}Email: {{ email }}{% endblocktrans %}
+{% blocktrans with auto_admin_properties.password as password %}Password: {{ password }}{% endblocktrans %}
+{% trans 'Be sure to change the password to increase security and to disable this message.' %}
+