From dfd55f706de1f588eb0573b51c3e4ddba8612e97 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 10 Mar 2021 17:25:59 +0100 Subject: minor template changes and cleanups diff --git a/program/templates/v2/day_schedule.html b/program/templates/v2/day_schedule.html index e97d5ad..ec1a375 100644 --- a/program/templates/v2/day_schedule.html +++ b/program/templates/v2/day_schedule.html @@ -5,7 +5,7 @@
-

{{ day|date:"l, d.m.Y" }}

+

{{ day|date:"l, d.m.Y" }}

{% for timeslot in timeslots %} diff --git a/program/templates/v2/host_list.html b/program/templates/v2/host_list.html index b2c1542..b8a4677 100644 --- a/program/templates/v2/host_list.html +++ b/program/templates/v2/host_list.html @@ -6,6 +6,7 @@

Sendungsmachende A-Z

+
{% for host in host_list %} diff --git a/program/templates/v2/recommendation_list.html b/program/templates/v2/recommendation_list.html index a2b6b54..63bc556 100644 --- a/program/templates/v2/recommendation_list.html +++ b/program/templates/v2/recommendation_list.html @@ -6,6 +6,7 @@

Programmhinweise

+
{% for recommendation in recommendation_list %}
diff --git a/program/templates/v2/show_detail.html b/program/templates/v2/show_detail.html index ded171e..e8c4c8f 100644 --- a/program/templates/v2/show_detail.html +++ b/program/templates/v2/show_detail.html @@ -5,7 +5,6 @@
-

{{ show.name }}

diff --git a/program/templates/v2/timeslot_detail.html b/program/templates/v2/timeslot_detail.html index d4ac952..9af51ab 100644 --- a/program/templates/v2/timeslot_detail.html +++ b/program/templates/v2/timeslot_detail.html @@ -5,7 +5,6 @@
-

{{ timeslot.show.name }}

-- cgit v0.10.2