diff options
author | Christian Pointner <equinox@helsinki.at> | 2021-02-26 16:28:36 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2021-02-26 16:28:36 (GMT) |
commit | af048dbfb9143be9958934a6f0b65d304bc13b22 (patch) | |
tree | 60588ab162cdd607f5236d73750e4d3d6217d793 | |
parent | 7e6fec288d4544b639d4e633bbe60b5225c3bff5 (diff) |
Revert "enable show language selector for homepage"
This reverts commit 7e6fec288d4544b639d4e633bbe60b5225c3bff5.
-rw-r--r-- | program/templates/day_schedule.html | 2 | ||||
-rw-r--r-- | program/templates/show_list.html | 2 |
2 files changed, 2 insertions, 2 deletions
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"> |