From b384f2895a1e44b83b86900771554140b912098f Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sun, 25 Jun 2023 00:01:15 -0700 Subject: [PATCH] Bring back target=_blank to photo links. After living without it for a while, I prefer with. --- frontends/etiquette_flask/templates/cards.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontends/etiquette_flask/templates/cards.html b/frontends/etiquette_flask/templates/cards.html index 6936ec1..554b536 100644 --- a/frontends/etiquette_flask/templates/cards.html +++ b/frontends/etiquette_flask/templates/cards.html @@ -151,7 +151,7 @@ ondrop="return cards.photos.drag_drop(event);" draggable="true" >
- {{photo.basename}} + {{photo.basename}}
@@ -172,7 +172,7 @@ draggable="true" {% set thumbnail_src = "/static/basic_thumbnails/" ~ thumbnail_src ~ ".png" %} {% endif -%}{# if thumbnail #} - + {% endif %}{# if grid #}