We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b50e81 commit 5d2455fCopy full SHA for 5d2455f
src/Resources/skeleton/resetPassword/twig_request.tpl.php
@@ -3,8 +3,8 @@
3
{% block title %}Reset your password{% endblock %}
4
5
{% block body %}
6
- {% for flashError in app.flashes('reset_password_error') %}
7
- <div class="alert alert-danger" role="alert">{{ flashError }}</div>
+ {% for flash_error in app.flashes('reset_password_error') %}
+ <div class="alert alert-danger" role="alert">{{ flash_error }}</div>
8
{% endfor %}
9
<h1>Reset your password</h1>
10
0 commit comments