diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-03-25 20:11:51 (GMT) |
---|---|---|
committer | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-03-25 20:11:51 (GMT) |
commit | 9c6be4e8eed0162555e67228cf8a923f3e24135e (patch) | |
tree | 1fbf14ef94b4d1d137715aa73a28802b93142768 /templates/program/current.html | |
parent | 957661c9b9fbefd1a2e7302911fe2e3e793f34ef (diff) |
added filtering and day context variable to day/today schedule, renamed template for current view.
Diffstat (limited to 'templates/program/current.html')
-rw-r--r-- | templates/program/current.html | 22 |
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 |