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 2210f28Copy full SHA for 2210f28
src/Resources/skeleton/registration/twig_template.tpl.php
@@ -2,8 +2,8 @@
2
3
{% block body %}
4
<?php if ($will_verify_email): ?>
5
- {% for flashError in app.flashes('verify_email_error') %}
6
- <div class="alert alert-danger" role="alert">{{ flashError }}</div>
+ {% for flash_error in app.flashes('verify_email_error') %}
+ <div class="alert alert-danger" role="alert">{{ flash_error }}</div>
7
{% endfor %}
8
9
<?php endif; ?>
0 commit comments