From 2bdc4804d10dc779a6cb296d59e18401e66a33af Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Thu, 14 Apr 2011 16:34:28 +0200 Subject: weekschedule diff --git a/templates/program/week_schedule.html b/templates/program/week_schedule.html index 76aed5a..402e027 100644 --- a/templates/program/week_schedule.html +++ b/templates/program/week_schedule.html @@ -7,52 +7,68 @@
-
-
{{ monday|date:"l d.m.Y" }}
+ +
 
+
+

{{ monday|date:"l d.m.Y" }}

{% for timeslot in monday_timeslots %} - + {% endfor %}
-
-
{{ tuesday|date:"l d.m.Y" }}
+
+

{{ tuesday|date:"l d.m.Y" }}

{% for timeslot in tuesday_timeslots %} - + {% endfor %}
-
-
{{ wednesday|date:"l d.m.Y" }}
+
+

{{ wednesday|date:"l d.m.Y" }}

{% for timeslot in wednesday_timeslots %} - + {% endfor %}
-
-
{{ thursday|date:"l d.m.Y" }}
+
+

{{ thursday|date:"l d.m.Y" }}

{% for timeslot in thursday_timeslots %} - + {% endfor %}
-
-
{{ friday|date:"l d.m.Y" }}
+
+

{{ friday|date:"l d.m.Y" }}

{% for timeslot in friday_timeslots %} - + {% endfor %}
-
-
{{ saturday|date:"l d.m.Y" }}
+
+

{{ saturday|date:"l d.m.Y" }}

{% for timeslot in saturday_timeslots %} - + {% endfor %}
-
-
{{ sunday|date:"l d.m.Y" }}
+
+

{{ sunday|date:"l d.m.Y" }}

{% for timeslot in sunday_timeslots %} - + {% endfor %}
-- cgit v0.10.2