diff --git a/templates/quick-entry/index.html.twig b/templates/quick-entry/index.html.twig index 5ff32bf0..4f7128ef 100644 --- a/templates/quick-entry/index.html.twig +++ b/templates/quick-entry/index.html.twig @@ -13,6 +13,7 @@ {% block box_after %}{{ form_end(form) }}{% endblock %} {% block box_title %} {{ form_widget(form.date) }} + {{ form_errors(form) }} {% endblock %} {# "table-responsive" does not work, because that would render dropdowns at the bottom behind the container #} {% block box_body_class %}p-0 maybe-table-responsive{% endblock %}