summaryrefslogtreecommitdiff
path: root/templates/program/current.html
diff options
context:
space:
mode:
authorErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2011-03-22 14:41:52 (GMT)
committerErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2011-03-22 14:41:52 (GMT)
commit7a0b47393e36a4405487277d20d09406a7cf4565 (patch)
tree957a6eb002dba3fb416459b17b8c344aaa2269ba /templates/program/current.html
parenta48df664dd9da38b02b3dc0c82a7eb4969db5b96 (diff)
added missing header to templates.
Diffstat (limited to 'templates/program/current.html')
-rw-r--r--templates/program/current.html10
1 files changed, 9 insertions, 1 deletions
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 @@
+<html>
+<head>
+ <title>Current program</title>
+</head>
+<body>
<div id="program-now">
<div id="current-show">
@@ -11,4 +16,7 @@
<div id="after-next-show">
{{ after_next }}
</div>
-</div> \ No newline at end of file
+</div>
+
+</body>
+</html> \ No newline at end of file