diff options
Diffstat (limited to 'pysite/views/main/info/help.py')
-rw-r--r-- | pysite/views/main/info/help.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pysite/views/main/info/help.py b/pysite/views/main/info/help.py index 06c021c2..868b969f 100644 --- a/pysite/views/main/info/help.py +++ b/pysite/views/main/info/help.py @@ -4,7 +4,7 @@ from pysite.base_route import RouteView class HelpView(RouteView): path = "/info/help" - name = "info/help" + name = "info.help" def get(self): return self.render("main/info/help.html") |