aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/staff/index.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 c23af392..19e89333 100644
--- a/pysite/views/staff/index.py
+++ b/pysite/views/staff/index.py
@@ -7,4 +7,4 @@ class StaffView(RouteView):
name = "staff"
def get(self):
- return self.render("staff.html")
+ return self.render("staff/staff.html")