diff options
author | 2018-02-27 09:44:19 +0000 | |
---|---|---|
committer | 2018-02-27 09:44:19 +0000 | |
commit | 6aaddfd14beaafed9a55a2c0074fbaad4dda0f50 (patch) | |
tree | 8b6d83e56c914383d9b9327ba942218d86a77d52 /pysite/views/main/help.py | |
parent | fixes the coverage badge to point to the master branch (#29) (diff) |
Move `/help` to `/info/help`
Diffstat (limited to 'pysite/views/main/help.py')
-rw-r--r-- | pysite/views/main/help.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pysite/views/main/help.py b/pysite/views/main/help.py deleted file mode 100644 index 783b9b31..00000000 --- a/pysite/views/main/help.py +++ /dev/null @@ -1,10 +0,0 @@ -# coding=utf-8 -from pysite.base_route import RouteView - - -class HelpView(RouteView): - path = "/help" - name = "help" - - def get(self): - return self.render("main/help.html") |