Skip to content

Commit b860bdf

Browse files
authored
[make:registration-form] Print form errors (#1237)
1 parent 2e428e8 commit b860bdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<?php endif; ?>
1010
<h1>Register</h1>
1111

12+
{{ form_errors(registrationForm) }}
13+
1214
{{ form_start(registrationForm) }}
1315
{{ form_row(registrationForm.<?= $username_field ?>) }}
1416
{{ form_row(registrationForm.plainPassword, {

0 commit comments

Comments
 (0)