Enabling mulitple image upload in 1 form
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
{% block maincontent %}
|
||||
|
||||
<h2>Place erstellen</h2>
|
||||
<form method="post">
|
||||
<form method="post" enctype="multipart/form-data">
|
||||
{% csrf_token %}
|
||||
{{ place_form.as_p }}
|
||||
{{ place_image_form.as_p }}
|
||||
|
Reference in New Issue
Block a user