aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/staff/index.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysite/views/staff/index.py')
-rw-r--r--pysite/views/staff/index.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysite/views/staff/index.py b/pysite/views/staff/index.py
index 19e89333..683b3a77 100644
--- a/pysite/views/staff/index.py
+++ b/pysite/views/staff/index.py
@@ -4,7 +4,7 @@ from pysite.base_route import RouteView
class StaffView(RouteView):
path = "/"
- name = "staff"
+ name = "staff.index"
def get(self):
return self.render("staff/staff.html")