From 735310947b58eae113b782739bfb64b5c80d583c Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Thu, 14 Apr 2011 14:42:12 +0200 Subject: abbrevs diff --git a/templates/program/boxes/musicfocus.html b/templates/program/boxes/musicfocus.html index 9f57b60..d19655b 100644 --- a/templates/program/boxes/musicfocus.html +++ b/templates/program/boxes/musicfocus.html @@ -5,7 +5,7 @@ diff --git a/templates/program/boxes/showinformation.html b/templates/program/boxes/showinformation.html index 9a08ddc..ede17e2 100644 --- a/templates/program/boxes/showinformation.html +++ b/templates/program/boxes/showinformation.html @@ -5,7 +5,7 @@ diff --git a/templates/program/boxes/showtopic.html b/templates/program/boxes/showtopic.html index 3dd7e88..b1b514e 100644 --- a/templates/program/boxes/showtopic.html +++ b/templates/program/boxes/showtopic.html @@ -5,7 +5,7 @@ diff --git a/templates/program/day_schedule.html b/templates/program/day_schedule.html index 88f743e..eb3c8df 100644 --- a/templates/program/day_schedule.html +++ b/templates/program/day_schedule.html @@ -30,13 +30,13 @@
{{ timeslot.start|date:"H:i" }}
{% for showinformation in timeslot.show.showinformation.all %} - {{ showinformation.abbrev }} + {{ showinformation.abbrev }} {% endfor %} {% for showtopic in timeslot.show.showtopic.all %} - {{ showtopic.abbrev }} + {{ showtopic.abbrev }} {% endfor %} {% for musicfocus in timeslot.show.musicfocus.all %} - {{ musicfocus.abbrev }} + {{ musicfocus.abbrev }} {% endfor %}
diff --git a/templates/program/show_list.html b/templates/program/show_list.html index 2b0cb9c..8870f2d 100644 --- a/templates/program/show_list.html +++ b/templates/program/show_list.html @@ -26,13 +26,13 @@
{% for showinformation in show.showinformation.all %} - {{ showinformation.abbrev }} + {{ showinformation.abbrev }} {% endfor %} {% for showtopic in show.showtopic.all %} - {{ showtopic.abbrev }} + {{ showtopic.abbrev }} {% endfor %} {% for musicfocus in show.musicfocus.all %} - {{ musicfocus.abbrev }} + {{ musicfocus.abbrev }} {% endfor %}
-- cgit v0.10.2