diff --git a/components/RightPanel/templates/right_panel/view.html.twig b/components/RightPanel/templates/right_panel/view.html.twig index 9981fe0ef4..2ec3db8712 100644 --- a/components/RightPanel/templates/right_panel/view.html.twig +++ b/components/RightPanel/templates/right_panel/view.html.twig @@ -27,6 +27,7 @@
{{ form_start(blocks['post_form']) }} + {{ form_errors(blocks['post_form']) }} {% if blocks['post_form'].in is defined %} {{ form_row(blocks['post_form'].in) }} {% endif %}