aboutsummaryrefslogtreecommitdiffstats
path: root/pysite
diff options
context:
space:
mode:
authorGravatar JoeBanks13 <[email protected]>2018-03-21 21:21:28 +0000
committerGravatar JoeBanks13 <[email protected]>2018-03-21 21:21:28 +0000
commitb9de2dfadea298b78bf675462687bc38b08aa5a0 (patch)
tree178bf7feca2b6627f826de6c7446585c2158fd87 /pysite
parentPushing the footer to the bottom of the page (diff)
Countdown
Diffstat (limited to 'pysite')
-rw-r--r--pysite/views/main/countdown.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/pysite/views/main/countdown.py b/pysite/views/main/countdown.py
deleted file mode 100644
index f43d628c..00000000
--- a/pysite/views/main/countdown.py
+++ /dev/null
@@ -1,10 +0,0 @@
-# coding=utf-8
-from pysite.base_route import RouteView
-
-
-class CountdownView(RouteView):
- path = "/countdown"
- name = "countdown"
-
- def get(self):
- return self.render("main/countdown.html")