multi image upload
This commit is contained in:
@@ -18,6 +18,12 @@
|
||||
<hr>
|
||||
<h4>Module options</h4>
|
||||
{% bootstrap_form config_form layout='horizontal' %}
|
||||
{% if formset %}
|
||||
{% bootstrap_form formset.management_form layout='horizontal' %}
|
||||
{% for form in formset %}
|
||||
{% bootstrap_form form layout='horizontal' %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</div>
|
||||
<footer class="card-footer text-right">
|
||||
{% if feed %}<a href="#delete-modal" class="modal-basic btn btn-danger">Delete</a>{% endif %}
|
||||
|
Reference in New Issue
Block a user