mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-31 15:30:42 +02:00
Added admin pages for manufacturers and suppliers.
This commit is contained in:
parent
df0a8254bf
commit
4e9cbdffed
9 changed files with 383 additions and 6 deletions
|
@ -66,7 +66,13 @@
|
|||
<div class="tab-pane active" id="home_common">
|
||||
{{ form_row(form.name) }}
|
||||
{{ form_row(form.parent) }}
|
||||
|
||||
{% block additional_controls %}{% endblock %}
|
||||
|
||||
{% block comment %}
|
||||
{{ form_row(form.comment) }}
|
||||
{% endblock %}
|
||||
|
||||
</div>
|
||||
{% block additional_panes %}{% endblock %}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue