From 663dc479c293c7aaeff7962c5b0c41f639e94b68 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Wed, 16 Jul 2025 04:30:13 +0200 Subject: [PATCH] Weekends: Don't both showing 'home' when home. --- templates/weekends.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/weekends.html b/templates/weekends.html index 91f207c..82bdd08 100644 --- a/templates/weekends.html +++ b/templates/weekends.html @@ -48,7 +48,7 @@ {% if extra_class %}{% else %}{% endif %} {% set city, country = weekend[day + '_location'] %} {% if city == "Bristol" and country.alpha_2 | upper == "GB" %} - home + {# home #} {% else %} {{ city }}, {{ country.flag }} {{ country.name }} {% endif %}