diff options
author | Christian Pointner <equinox@helsinki.at> | 2021-02-24 13:51:35 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2021-02-24 13:51:35 (GMT) |
commit | f7f4a5d5378b37c32b64bf0f71d0a438fd5d19d8 (patch) | |
tree | 60588ab162cdd607f5236d73750e4d3d6217d793 | |
parent | db5100338b42d55d68238bef3a6cd5199185b87f (diff) |
disable language selector in templates for now
-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"> |