From f7f4a5d5378b37c32b64bf0f71d0a438fd5d19d8 Mon Sep 17 00:00:00 2001
From: Christian Pointner <equinox@helsinki.at>
Date: Wed, 24 Feb 2021 14:51:35 +0100
Subject: disable language selector in templates for now


diff --git a/program/templates/day_schedule.html b/program/templates/day_schedule.html
index a117a10..2215211 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 fc02872..0602335 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