Use a simpler form for creating items

This commit is contained in:
Raphael Michel
2016-05-07 16:30:55 +02:00
parent 8edf9a7034
commit c9350dde40
4 changed files with 53 additions and 22 deletions

View File

@@ -8,9 +8,6 @@
<legend>{% trans "General information" %}</legend>
{% bootstrap_field form.name layout="horizontal" %}
{% bootstrap_field form.active layout="horizontal" %}
{% if form.has_variations %}
{% bootstrap_field form.has_variations layout="horizontal" %}
{% endif %}
{% bootstrap_field form.category layout="horizontal" %}
{% bootstrap_field form.admission layout="horizontal" %}
{% bootstrap_field form.description layout="horizontal" %}