From 480e317e5730365e8898bdcd768313316ac01ad8 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Fri, 14 Nov 2025 00:04:17 -0800 Subject: [PATCH] Only show sha256 search link if file has been hashed. --- frontends/etiquette_flask/templates/photo.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontends/etiquette_flask/templates/photo.html b/frontends/etiquette_flask/templates/photo.html index 38e2857..59b437e 100644 --- a/frontends/etiquette_flask/templates/photo.html +++ b/frontends/etiquette_flask/templates/photo.html @@ -195,7 +195,9 @@
  • Overall bitrate: {{photo.bitrate|int}} kbps
  • {% endif %}
  • Created {{photo.created|timestamp_to_naturaldate}}
  • + {% if photo.sha256 %}
  • SHA256: {{photo.sha256[:16]}}
  • + {% endif %}
  • {% if request.is_localhost %}