{% extends "base.html" %} {% load i18n thumbnail %} {% block title %}{% trans "Update image" %}{% endblock %} {% block main %}

{% trans "Add additional information to your image" %}

Image
{% include "media_library/partials/mediaitem_form.html" with button_text="Save image" %}
{% endblock %} {% block extrascript %} {% endblock %}