From 7a0b47393e36a4405487277d20d09406a7cf4565 Mon Sep 17 00:00:00 2001 From: Ernesto Rico-Schmidt Date: Tue, 22 Mar 2011 15:41:52 +0100 Subject: added missing header to templates. diff --git a/templates/program/current.html b/templates/program/current.html index fd53d45..193762a 100644 --- a/templates/program/current.html +++ b/templates/program/current.html @@ -1,3 +1,8 @@ + + + Current program + +
@@ -11,4 +16,7 @@
{{ after_next }}
-
\ No newline at end of file +
+ + + \ No newline at end of file diff --git a/templates/program/day_schedule.html b/templates/program/day_schedule.html index cb32ae8..2d20bdf 100644 --- a/templates/program/day_schedule.html +++ b/templates/program/day_schedule.html @@ -1,13 +1,17 @@ + + + Day schedule + + -
-
+
{% for recommendation in recommendations %} -
{{ recommendation.timeslot.start|date:"H:i" }}
-
{{ recommendation.timeslot.programslot.show.name }}
-
{{ recommendation.title }}
+
{{ recommendation.timeslot.start|date:"H:i" }}
+
{{ recommendation.timeslot.programslot.show.name }}
+
{{ recommendation.title }}
{% endfor %}
@@ -41,8 +45,11 @@
{% for broadcastformat in broadcastformats %} -
- {{ broadcastformat }} -
+
+ {{ broadcastformat }} +
{% endfor %} -
\ No newline at end of file + + + + \ No newline at end of file -- cgit v0.10.2