diff --git a/frontends/etiquette_flask/templates/photo.html b/frontends/etiquette_flask/templates/photo.html index 0517797..9031530 100644 --- a/frontends/etiquette_flask/templates/photo.html +++ b/frontends/etiquette_flask/templates/photo.html @@ -194,7 +194,7 @@ {% endif %}
  • Download as original filename
  • Download as {{photo.id}}.{{photo.extension}}
  • -
  • +
  • @@ -348,6 +348,11 @@ function generate_thumbnail_for_video(event) api.photos.generate_thumbnail(PHOTO_ID, special, generate_thumbnail_callback) } +function refresh_metadata_form() +{ + api.photos.refresh_metadata(PHOTO_ID, common.refresh); +} + var ZOOM_BG_URL = "url('{{photo|file_link}}')"; function enable_hoverzoom(event) {