{% extends "layout.html" %} {% block content %} {% if image %}

Edit image

Edit an image metadata. To change the image itself, you need to delete and add a new one.

{% else %}

Upload image

Here you can add a new image to the gallery. You can use all common image types. The uploaded image will be cropped (Thumbnail) and resized (detail image).

{% endif %}
{% csrf-field %} {% if not image %}
{% endif %}
{% endblock %}