Added Form for Image Upload to Place Create View

This commit is contained in:
Leonhard Strohmidel
2020-07-30 13:09:00 +02:00
parent 73a6a4f8d8
commit c8380a0073
5 changed files with 52 additions and 12 deletions

View File

@@ -8,7 +8,8 @@
<h2>Place erstellen</h2>
<form method="post">
{% csrf_token %}
{{ form.as_p }}
{{ place_form.as_p }}
{{ place_image_form.as_p }}
<button type="submit">Abschicken</button>
</form>