summaryrefslogtreecommitdiff
path: root/templates/program/current.html
diff options
context:
space:
mode:
authorErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2011-03-21 21:26:35 (GMT)
committerErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2011-03-21 21:26:35 (GMT)
commitda7a48b7014613636b5e4a84866b6e0da3797d1a (patch)
treeaf943a2a70ba2460df6e2b1a70cb2985f3405250 /templates/program/current.html
parent0479a170a2198fe3af68a9d175de58b18e51ed67 (diff)
added templates for current & dav/today views.
Diffstat (limited to 'templates/program/current.html')
-rw-r--r--templates/program/current.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/program/current.html b/templates/program/current.html
new file mode 100644
index 0000000..fd53d45
--- /dev/null
+++ b/templates/program/current.html
@@ -0,0 +1,14 @@
+
+<div id="program-now">
+ <div id="current-show">
+ {{ current }}
+ </div>
+
+ <div id="next-show">
+ {{ next }}
+ </div>
+
+ <div id="after-next-show">
+ {{ after_next }}
+ </div>
+</div> \ No newline at end of file