Edited the image_view template.

This commit is contained in:
2026-03-23 20:46:31 -04:00
parent 1c8b5da627
commit 38e098cc49

View File

@@ -131,10 +131,12 @@
<div>{{ image_meta.filesize }}</div>
{% endif %}
{% if image_meta.created %}
<div>Creation date {{ image_meta.created }}</div>
<div class="small text-muted">Creation date</div>
<div>{{ image_meta.created }}</div>
{% endif %}
{% if image_meta.modified %}
<div>Modification date {{ image_meta.modified }}</div>
<div class="small text-muted">Modification date</div>
<div>{{ image_meta.modified }}</div>
{% endif %}
</div>
</div>