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

Add images to {{ finding }}

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