From f86acd07a4413f8e9da0a2464ff192b3d50a85fa Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 2 Apr 2018 05:08:21 -0400 Subject: [PATCH] Remove extra quote in first time login panel. Signed-off-by: Roberto Rosario --- mayan/apps/appearance/templates/authentication/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@
{% project_information '__title__' as project_title %} -

{% 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 %}