aboutsummaryrefslogtreecommitdiffstats
path: root/pysite
diff options
context:
space:
mode:
Diffstat (limited to 'pysite')
-rw-r--r--pysite/views/main/jams/index.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysite/views/main/jams/index.py b/pysite/views/main/jams/index.py
index 56f079fc..1e66de4f 100644
--- a/pysite/views/main/jams/index.py
+++ b/pysite/views/main/jams/index.py
@@ -4,4 +4,4 @@ from pysite.base_route import TemplateView
class JamsIndexView(TemplateView):
path = "/jams"
name = "jams.index"
- template = "main/jams/info.html"
+ template = "main/jams/index.html"