diff options
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> |