From af4f2bcdaab0f92697a394d58ee9e548615e2123 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Tue, 13 Oct 2020 10:41:47 -0700 Subject: [PATCH] Link tags on photo page to the /tag/info url. --- frontends/etiquette_flask/templates/photo.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontends/etiquette_flask/templates/photo.html b/frontends/etiquette_flask/templates/photo.html index b190f5d..3d0e5cc 100644 --- a/frontends/etiquette_flask/templates/photo.html +++ b/frontends/etiquette_flask/templates/photo.html @@ -163,7 +163,7 @@ {% set tags = photo.get_tags()|sort(attribute='name') %} {% for tag in tags %}
  • - {{tag_object.tag_object(tag, with_alt_description=True)}}