{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}{{ action }} Gallery Image{% endblock %} {% block nav_gallery_admin %}active{% endblock %} {% block content %}
{% if img and img.image %}
{{ img.title }}

Current image — upload a new file below to replace it

{% endif %}
{% csrf_token %} {% crispy form %}
{% endblock %}