Skip to content

Commit 2210f28

Browse files
seb-jeanjrushlow
authored andcommitted
Update twig_template.tpl.php
1 parent 3b50e81 commit 2210f28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Resources/skeleton/registration/twig_template.tpl.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
{% block body %}
44
<?php if ($will_verify_email): ?>
5-
{% for flashError in app.flashes('verify_email_error') %}
6-
<div class="alert alert-danger" role="alert">{{ flashError }}</div>
5+
{% for flash_error in app.flashes('verify_email_error') %}
6+
<div class="alert alert-danger" role="alert">{{ flash_error }}</div>
77
{% endfor %}
88

99
<?php endif; ?>

0 commit comments

Comments
 (0)