diff options
author | Johannes Raggam <raggam-nl@adm.at> | 2011-04-14 12:26:13 (GMT) |
---|---|---|
committer | Johannes Raggam <raggam-nl@adm.at> | 2011-04-14 12:26:13 (GMT) |
commit | 41eca6ea975d8092ad9efea8b15a054086a0c4bc (patch) | |
tree | e3526468c6919dee74cc11755dde39b1bf9b91aa /templates/program/day_schedule.html | |
parent | 61ce3547651e173db11a26ff67ca616ca0bc4aea (diff) |
aligning show_list with day_schedule
Diffstat (limited to 'templates/program/day_schedule.html')
-rw-r--r-- | templates/program/day_schedule.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/program/day_schedule.html b/templates/program/day_schedule.html index 72c9560..88f743e 100644 --- a/templates/program/day_schedule.html +++ b/templates/program/day_schedule.html @@ -3,7 +3,6 @@ <title>Day schedule: {{ day|date:"l, d.m.Y" }}</title> <link href="/site_media/styles/base.css" media="screen" rel="stylesheet" type="text/css" /> </head> - <body> <div id="calendar"></div> @@ -40,7 +39,7 @@ <span class="mf-{{ musicfocus.abbrev }}">{{ musicfocus.abbrev }}</span> {% endfor %} </div> - <div class="show"> + <div class="show-detail"> <h3 class="show-title"><a href="{% url timeslot-detail timeslot.id %}">{{ timeslot.show.name }}</a></h3> {% if timeslot.note %} <p class="note-title"><strong>Heute:</strong> {{ timeslot.note.title }}</p> |