diff options
author | Christian Pointner <equinox@helsinki.at> | 2021-02-26 16:23:45 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2021-02-26 16:23:45 (GMT) |
commit | 7e6fec288d4544b639d4e633bbe60b5225c3bff5 (patch) | |
tree | eff76f8236627426949113e1d9c0d0d9e3e52152 /program/templates | |
parent | a1064414914efd53ef1c44ee12392fef8a0c0b0f (diff) |
enable show language selector for homepage
Diffstat (limited to 'program/templates')
-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 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"> |