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 %}