Renamed form/ templates folder to recommended snake_case style

This commit is contained in:
Jan Böhmer 2023-02-04 23:21:36 +01:00
parent 12d4c2f4d9
commit 1559b669df
8 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@
{{ form_start(form) }}
{{ form_row(form.project) }}
{% form_theme form.bom_entries with ['Form/collection_types_layout.html.twig'] %}
{% form_theme form.bom_entries with ['form/collection_types_layout.html.twig'] %}
{{ form_widget(form.bom_entries) }}
{{ form_row(form.submit) }}