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

Update feature images for {{ resource.name }} resource

The current thumbnails for this resource are:

{% csrf_token %} {% crispy form form.helper %}
{% endblock %}