Skip to content

Commit afa9851

Browse files
committed
bug #1032 [reset-password] Coding standards - Twig (seb-jean)
This PR was merged into the 1.0-dev branch. Discussion ---------- [reset-password] Coding standards - Twig Hi, I changed the case to be like the standard coding: https://twig.symfony.com/doc/3.x/coding_standards.html Commits ------- 5d2455f Update twig_request.tpl.php
2 parents 93057dd + 5d2455f commit afa9851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Resources/skeleton/resetPassword/twig_request.tpl.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
{% block title %}Reset your password{% endblock %}
44

55
{% block body %}
6-
{% for flashError in app.flashes('reset_password_error') %}
7-
<div class="alert alert-danger" role="alert">{{ flashError }}</div>
6+
{% for flash_error in app.flashes('reset_password_error') %}
7+
<div class="alert alert-danger" role="alert">{{ flash_error }}</div>
88
{% endfor %}
99
<h1>Reset your password</h1>
1010

0 commit comments

Comments
 (0)