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

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