From 68c27e083f4da8d784d7250d9625348df5cb4feb Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Mon, 14 Nov 2022 21:23:41 +0100 Subject: [PATCH] Allow to click on picture to see the original one --- app/templates/utils.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/templates/utils.html b/app/templates/utils.html index 9932788..b8a749a 100644 --- a/app/templates/utils.html +++ b/app/templates/utils.html @@ -413,7 +413,9 @@ {% if attachment.type == "Image" or (attachment | has_media_type("image")) %} {% if attachment.url not in object.inlined_images %} + {{ attachment.name }} + {% endif %} {% elif attachment.type == "Video" or (attachment | has_media_type("video")) %}