diff options
-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"> |