From 1c0f50a4a606c25ff690844abda693300424e6fb Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Tue, 3 Nov 2020 15:34:41 -0800 Subject: [PATCH] Move refresh metadata button above the download links. --- frontends/etiquette_flask/templates/photo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/etiquette_flask/templates/photo.html b/frontends/etiquette_flask/templates/photo.html index d6baeee..851e045 100644 --- a/frontends/etiquette_flask/templates/photo.html +++ b/frontends/etiquette_flask/templates/photo.html @@ -186,9 +186,9 @@
  • Duration: {{photo.duration_string}}
  • Overall Bitrate: {{photo.bitrate|int}} kbps
  • {% endif %} +
  • Download as original filename
  • Download as {{photo.id}}.{{photo.extension}}
  • -