diff --git a/mayan/apps/appearance/templates/authentication/login.html b/mayan/apps/appearance/templates/authentication/login.html index 808aa650a3..2710c9b2a9 100644 --- a/mayan/apps/appearance/templates/authentication/login.html +++ b/mayan/apps/appearance/templates/authentication/login.html @@ -22,7 +22,7 @@
{% blocktrans %}You have just finished installing {{ project_title }}, congratulations!' {% endblocktrans %}
+{% blocktrans %}You have just finished installing {{ project_title }}, congratulations!{% endblocktrans %}
{% trans 'Login using the following credentials:' %}
{% blocktrans with autoadmin_properties.account as account %}Username: {{ account }}{% endblocktrans %}
{% blocktrans with autoadmin_properties.account.email as email %}Email: {{ email }}{% endblocktrans %}