diff options
author | 2018-03-21 21:21:28 +0000 | |
---|---|---|
committer | 2018-03-21 21:21:28 +0000 | |
commit | b9de2dfadea298b78bf675462687bc38b08aa5a0 (patch) | |
tree | 178bf7feca2b6627f826de6c7446585c2158fd87 /pysite | |
parent | Pushing the footer to the bottom of the page (diff) |
Countdown
Diffstat (limited to 'pysite')
-rw-r--r-- | pysite/views/main/countdown.py | 10 |
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") |