From a4c86bba07fedd42924ace38a6c404e7bb67564e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 10 Mar 2021 17:28:06 +0100 Subject: catetory vs category diff --git a/program/templates/v2/day_schedule.html b/program/templates/v2/day_schedule.html index ec1a375..113705d 100644 --- a/program/templates/v2/day_schedule.html +++ b/program/templates/v2/day_schedule.html @@ -23,7 +23,7 @@ {{ mf.abbrev }} {% endfor %} {% for lang in default_show.language.all %} - {{ lang.slug }} + {{ lang.slug }} {% endfor %}
@@ -45,7 +45,7 @@ {{ mf.abbrev }} {% endfor %} {% for lang in timeslot.show.language.all %} - {{ lang.slug }} + {{ lang.slug }} {% endfor %}
@@ -71,7 +71,7 @@ {{ mf.abbrev }} {% endfor %} {% for lang in default_show.language.all %} - {{ lang.slug }} + {{ lang.slug }} {% endfor %}
diff --git a/program/templates/v2/recommendation_list.html b/program/templates/v2/recommendation_list.html index 63bc556..c98cd72 100644 --- a/program/templates/v2/recommendation_list.html +++ b/program/templates/v2/recommendation_list.html @@ -21,7 +21,7 @@ {{ mf.abbrev }} {% endfor %} {% for lang in recommendation.show.language.all %} - {{ lang.slug }} + {{ lang.slug }} {% endfor %}
diff --git a/program/templates/v2/show_detail.html b/program/templates/v2/show_detail.html index e8c4c8f..0041cfa 100644 --- a/program/templates/v2/show_detail.html +++ b/program/templates/v2/show_detail.html @@ -29,7 +29,7 @@ {{ mf.abbrev }} {% endfor %} {% for lang in show.language.all %} - {{ lang.slug }} + {{ lang.slug }} {% endfor %}
diff --git a/program/templates/v2/show_list.html b/program/templates/v2/show_list.html index 466cf77..8455425 100644 --- a/program/templates/v2/show_list.html +++ b/program/templates/v2/show_list.html @@ -21,7 +21,7 @@ {{ mf.abbrev }} {% endfor %} {% for lang in show.language.all %} - {{ lang.slug }} + {{ lang.slug }} {% endfor %}
diff --git a/program/templates/v2/timeslot_detail.html b/program/templates/v2/timeslot_detail.html index 9af51ab..cbb3559 100644 --- a/program/templates/v2/timeslot_detail.html +++ b/program/templates/v2/timeslot_detail.html @@ -15,16 +15,16 @@
{% for si in timeslot.show.showinformation.all %} - {{ si.abbrev }} + {{ si.abbrev }} {% endfor %} {% for st in timeslot.show.showtopic.all %} - {{ st.abbrev }} + {{ st.abbrev }} {% endfor %} {% for mf in timeslot.show.musicfocus.all %} - {{ mf.abbrev }} + {{ mf.abbrev }} {% endfor %} {% for lang in timeslot.show.language.all %} - {{ lang.slug }} + {{ lang.slug }} {% endfor %}
-- cgit v0.10.2