Added Form for Image Upload to Place Create View
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user