mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-30 06:39:40 +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
|
@ -48,7 +48,7 @@
|
|||
|
||||
{% block additional_panes %}
|
||||
<div class="tab-pane" id="bom">
|
||||
{% 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_errors(form.bom_entries) }}
|
||||
{{ form_widget(form.bom_entries) }}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue