Skip to content

Commit 53ce2d7

Browse files
Merge branch '6.0' into 6.1
* 6.0: Fix merge [Mime] Throw exception when body in Email attach method is not ok [VarDumper][VarExporter] Deal with DatePeriod->include_end_date on PHP 8.2 [Cache] Throw when "redis_sentinel" is used with a non-Predis "class" option fix merge Bootstrap 4 fieldset for row errors [Form] Fix same choice loader with different choice values [Filesystem] Safeguard (sym)link calls Fix dumping extension config without bundle [HttpClient] Honor "max_duration" when replacing requests with async decorators [HttpClient] Add missing HttpOptions::setMaxDuration() [HttpKernel] Fix missing null type in `ErrorListener::__construct()` [HttpFoundation] [Session] Overwrite invalid session id
2 parents 5b8c7b2 + 5208e87 commit 53ce2d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/views/Form/bootstrap_4_horizontal_layout.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ col-sm-2
4949
<div class="{{ block('form_group_class') }}">
5050
{{- form_widget(form, widget_attr) -}}
5151
{{- form_help(form) -}}
52+
{{- form_errors(form) -}}
5253
</div>
5354
</div>
5455
{##}</fieldset>

0 commit comments

Comments
 (0)