From 161d7a1631d250db6bc52e38ec3c31d2b15f128a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 1 Dec 2011 21:51:06 +0100 Subject: added multi week navigation to template diff --git a/templates/program/week_schedule.html b/templates/program/week_schedule.html index 2006694..f446f1b 100644 --- a/templates/program/week_schedule.html +++ b/templates/program/week_schedule.html @@ -34,6 +34,7 @@
05:00
+

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

{% for timeslot in monday_timeslots %} {% include "program/week_schedule_timeslot.html" %} @@ -41,6 +42,7 @@
+
{{ cur_w }}

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

{% for timeslot in tuesday_timeslots %} {% include "program/week_schedule_timeslot.html" %} @@ -48,6 +50,7 @@
+

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

{% for timeslot in wednesday_timeslots %} {% include "program/week_schedule_timeslot.html" %} @@ -55,6 +58,7 @@
+

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

{% for timeslot in thursday_timeslots %} {% include "program/week_schedule_timeslot.html" %} @@ -62,6 +66,7 @@
+

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

{% for timeslot in friday_timeslots %} {% include "program/week_schedule_timeslot.html" %} @@ -69,6 +74,7 @@
+

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

{% for timeslot in saturday_timeslots %} {% include "program/week_schedule_timeslot.html" %} @@ -76,6 +82,7 @@
+

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

{% for timeslot in sunday_timeslots %} {% include "program/week_schedule_timeslot.html" %} -- cgit v0.10.2