diff options
author | Christian Pointner <equinox@helsinki.at> | 2021-02-17 17:50:37 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2021-02-17 17:50:37 (GMT) |
commit | aafc069b9d6945138c2c2de1228f1a52c22d3c40 (patch) | |
tree | d9e6d23fd7a10d66d41c59d8e055053d7b5df72c /program/templates/show_list.html | |
parent | 8fa0d03d3509290ea6f523c2223966b1a2b73488 (diff) |
fix model for new language field and add language filter to show list template
Diffstat (limited to 'program/templates/show_list.html')
-rw-r--r-- | program/templates/show_list.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/templates/show_list.html b/program/templates/show_list.html index d9b9a47..fc02872 100644 --- a/program/templates/show_list.html +++ b/program/templates/show_list.html @@ -15,6 +15,7 @@ {% musicfocus %} {% showinformation %} {% showtopic %} + {% language %} </div> <div id="content-main" class="show-list"> |