Added admin pages for manufacturers and suppliers.

This commit is contained in:
Jan Böhmer 2019-04-26 19:12:48 +02:00
parent df0a8254bf
commit 4e9cbdffed
9 changed files with 383 additions and 6 deletions

View file

@ -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>