Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a9ca90
)
Fix error to inherit message class
author
Raphaël Gertz
<git@rapsys.eu>
Sun, 29 Nov 2020 06:19:17 +0000
(07:19 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Sun, 29 Nov 2020 06:19:17 +0000
(07:19 +0100)
Resources/views/form/form_div_layout.html.twig
patch
|
blob
|
history
diff --git
a/Resources/views/form/form_div_layout.html.twig
b/Resources/views/form/form_div_layout.html.twig
index dfc79b3eb5494c83c801b2145eabcf186ff2f456..29ec4014e053b9add2d277cb9702cd10e352450d 100644
(file)
--- a/
Resources/views/form/form_div_layout.html.twig
+++ b/
Resources/views/form/form_div_layout.html.twig
@@
-299,7
+299,7
@@
<section>
{{- form_widget(form) -}}
{%- if errors|length > 0 -%}
- <div class="error">
+ <div class="
message
error">
{{- form_errors(form) -}}
</div>
{%- endif -%}
@@
-339,7
+339,7
@@
{%- endif -%}
{%- if errors|length > 0 -%}
<header>
- <div class="error">
+ <div class="
message
error">
{{- form_errors(form) -}}
</div>
</header>