mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-04-20 05:19:35 +00:00
Added the new fields to the part edit form.
This commit is contained in:
parent
7517d83f55
commit
6a0adae8f3
17 changed files with 922 additions and 53 deletions
6
templates/Parts/edit/_manufacturer.html.twig
Normal file
6
templates/Parts/edit/_manufacturer.html.twig
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{{ form_row(form_main.manufacturer) }}
|
||||
{{ form_row(form_main.manufacturer_product_number) }}
|
||||
{{ form_row(form_main.manufacturer_product_url)}}
|
||||
|
||||
{{ form_row(form_main.save2) }}
|
||||
{{ form_row(form_main.reset2) }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue