diff --git a/frontends/etiquette_flask/templates/photo.html b/frontends/etiquette_flask/templates/photo.html index 59b437e..2c12b85 100644 --- a/frontends/etiquette_flask/templates/photo.html +++ b/frontends/etiquette_flask/templates/photo.html @@ -194,7 +194,7 @@
  • Duration: {{photo.duration_string}}
  • Overall bitrate: {{photo.bitrate|int}} kbps
  • {% endif %} -
  • Created {{photo.created|timestamp_to_naturaldate}}
  • +
  • Created {{photo.created|timestamp_to_naturaldate}}
  • {% if photo.sha256 %}
  • SHA256: {{photo.sha256[:16]}}
  • {% endif %}