+ delete categories
+ translations
+ style improvements
This commit is contained in:
Clemens-Dautermann 2018-12-27 13:40:49 +01:00
parent 51c942746b
commit a4486909df
14 changed files with 151 additions and 33 deletions

View file

@ -10,7 +10,7 @@
Das Objekt <strong>{{ obj_name }}</strong> wurde inventarisiert!
</div>
{% endif %}
<form method="POST" class="post-form invform">
<form method="POST" class="post-form invform" enctype="multipart/form-data">
{% csrf_token %}
<div class="ammout-wrapper">
{{ form.ammout.errors }}
@ -27,11 +27,13 @@
<label for="{{ form.category.id_for_lable }}">Kategorie:</label>
{{ form.category }}
</div>
<!--
<div class="img-wrapper">
{{ form.img.errors }}
<label for="{{ form.img.id_for_lable }}">Bild:</label>
{{ form.img }}
</div>
-->
<div class="description-wrapper">
{{ form.description.errors }}
<label for="{{ form.description.id_for_lable }}">Beschreibung:</label>