mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-07-06 01:11:36 +00:00
Renamed parts/ templates folder to recommended snake_case style
This commit is contained in:
parent
e8efe81f79
commit
9097220026
41 changed files with 63 additions and 63 deletions
5
templates/parts/edit/_attachments.html.twig
Normal file
5
templates/parts/edit/_attachments.html.twig
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{% import "components/attachments.macro.html.twig" as attachments %}
|
||||
|
||||
{{ form_row(form.master_picture_attachment) }}
|
||||
|
||||
{{ attachments.attachment_edit_list(form.attachments) }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue