summaryrefslogtreecommitdiff
path: root/templates/program/current.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/program/current.html')
-rw-r--r--templates/program/current.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/templates/program/current.html b/templates/program/current.html
deleted file mode 100644
index 193762a..0000000
--- a/templates/program/current.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<html>
-<head>
- <title>Current program</title>
-</head>
-<body>
-
-<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>
-
-</body>
-</html> \ No newline at end of file