{% extends "base.html" %} {% load static %} {% block add_css %} {{ block.super }} {% endblock %} {% block content %} {{ block.super }}

Add files to {{ obj }}

{% csrf_token %} {% for file_form in files_formset %}
{% include "dojo/form_fields.html" with form=file_form %}
{% endfor %}
{{ files_formset.management_form }}
{% endblock %}