multi image upload

This commit is contained in:
2020-02-10 18:57:55 +03:00
parent 319b550fc0
commit a5c4dfa7f5
5 changed files with 58 additions and 11 deletions

View File

@@ -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 %}