From 353a33e08a718c7b1150aa60a352960948244acb Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Tue, 12 Apr 2011 13:01:42 +0200 Subject: classes directly on element to be altered instead of one level above diff --git a/helsinki/program/templates/program/box_musicfocus.html b/helsinki/program/templates/program/box_musicfocus.html index da2c90f..9f57b60 100644 --- a/helsinki/program/templates/program/box_musicfocus.html +++ b/helsinki/program/templates/program/box_musicfocus.html @@ -4,8 +4,8 @@
diff --git a/helsinki/program/templates/program/box_showinformation.html b/helsinki/program/templates/program/box_showinformation.html index a3171d0..9a08ddc 100644 --- a/helsinki/program/templates/program/box_showinformation.html +++ b/helsinki/program/templates/program/box_showinformation.html @@ -4,8 +4,8 @@
diff --git a/helsinki/program/templates/program/box_showtopic.html b/helsinki/program/templates/program/box_showtopic.html index 79e9519..3dd7e88 100644 --- a/helsinki/program/templates/program/box_showtopic.html +++ b/helsinki/program/templates/program/box_showtopic.html @@ -4,8 +4,8 @@
-- cgit v0.10.2 From 3b35294c5bc03129366ec30153a96ac6d8ba41e0 Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Tue, 12 Apr 2011 23:42:03 +0200 Subject: day schedule diff --git a/helsinki/program/templates/program/day_schedule.html b/helsinki/program/templates/program/day_schedule.html index a0e1ac4..72c9560 100644 --- a/helsinki/program/templates/program/day_schedule.html +++ b/helsinki/program/templates/program/day_schedule.html @@ -27,8 +27,8 @@
{% for timeslot in timeslots %} -
-
{{ timeslot.start|date:"H:i" }}
+
+
{{ timeslot.start|date:"H:i" }}
{% for showinformation in timeslot.show.showinformation.all %} {{ showinformation.abbrev }} @@ -41,12 +41,12 @@ {% endfor %}
-

{{ timeslot.show.name }}

+

{{ timeslot.show.name }}

{% if timeslot.note %}

Heute: {{ timeslot.note.title }}

{% else %} {% if timeslot.show.short_description != 'FIXME' %} -

{{ timeslot.show.short_description }}

+

{{ timeslot.show.short_description }}

{% endif %} {% endif %}
-- cgit v0.10.2