From 7e6fec288d4544b639d4e633bbe60b5225c3bff5 Mon Sep 17 00:00:00 2001
From: Christian Pointner <equinox@helsinki.at>
Date: Fri, 26 Feb 2021 17:23:45 +0100
Subject: enable show language selector for homepage


diff --git a/program/templates/day_schedule.html b/program/templates/day_schedule.html
index 2215211..a117a10 100644
--- a/program/templates/day_schedule.html
+++ b/program/templates/day_schedule.html
@@ -46,7 +46,7 @@
 {% musicfocus %}
 {% showinformation %}
 {% showtopic %}
-{# {% language %} #}
+{% language %}
 </div>
 {% endcomment %}
 
diff --git a/program/templates/show_list.html b/program/templates/show_list.html
index 0602335..fc02872 100644
--- a/program/templates/show_list.html
+++ b/program/templates/show_list.html
@@ -15,7 +15,7 @@
     {% musicfocus %}
     {% showinformation %}
     {% showtopic %}
-    {# {% language %} #}
+    {% language %}
 </div>
 
 <div id="content-main" class="show-list">
-- 
cgit v0.10.2