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 2c93dd1a..e5c3c1b0 100644
--- a/pysite/views/staff/index.py
+++ b/pysite/views/staff/index.py
@@ -6,7 +6,7 @@ from pysite.decorators import require_roles
class StaffView(RouteView):
path = "/"
- name = "staff.index"
+ name = "index"
@require_roles(*ALL_STAFF_ROLES)
def get(self):