mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-03 09:44:41 +02:00
Renamed form/ templates folder to recommended snake_case style
This commit is contained in:
parent
12d4c2f4d9
commit
1559b669df
8 changed files with 4 additions and 4 deletions
|
@ -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) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue