Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Login/templates/resetPassword.twig')
-rwxr-xr-xplugins/Login/templates/resetPassword.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Login/templates/resetPassword.twig b/plugins/Login/templates/resetPassword.twig
index eaa5be0a8d..bd9cf4accc 100755
--- a/plugins/Login/templates/resetPassword.twig
+++ b/plugins/Login/templates/resetPassword.twig
@@ -1,8 +1,8 @@
-{% if infoMessage is defined %}
+{% if infoMessage is defined and infoMessage is not empty %}
<p class="message">{{ infoMessage }}</p>
{% endif %}
{% if formErrors is defined %}
- <p id="login_error">
+ <p class="message_error">
{% for data in formErrors %}
<strong>{{ 'General_Error'|translate }}</strong>
: {{ data }}