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.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Login/templates/resetPassword.twig b/plugins/Login/templates/resetPassword.twig
index bd9cf4accc..4a4debe91d 100755
--- a/plugins/Login/templates/resetPassword.twig
+++ b/plugins/Login/templates/resetPassword.twig
@@ -1,7 +1,7 @@
{% if infoMessage is defined and infoMessage is not empty %}
<p class="message">{{ infoMessage }}</p>
{% endif %}
-{% if formErrors is defined %}
+{% if formErrors is defined and formErrors is not empty %}
<p class="message_error">
{% for data in formErrors %}
<strong>{{ 'General_Error'|translate }}</strong>