{% extends 'base.html' %} {% block title %}Edit Image | Admin | {{ settings.site_name }}{% endblock %} {% block content %} Dashboard Images Edit Edit Image Image Details Title * Category Page Image Article Image Journal Cover Author Photo Other Alt Text Important for accessibility and SEO Associated Page None Home About For Authors Open Access Contact Save Changes Cancel Preview 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 %}