{% extends 'base.html' %} {% block title %}Edit Image | Admin | {{ settings.site_name }}{% endblock %} {% block content %}

Edit Image

Image Details
Important for accessibility and SEO
Cancel
Preview
{{ image.alt_text or image.title }}
Information
Filename {{ image.filename }}
Uploaded {{ image.created_at.strftime('%b %d, %Y %H:%M') }}
Updated {{ image.updated_at.strftime('%b %d, %Y %H:%M') }}
Image URL
Click to copy the image URL
{% endblock %} {% block extra_js %} {% endblock %}