aboutsummaryrefslogtreecommitdiffstats
path: root/pysite
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-05-17 14:47:32 +0100
committerGravatar Gareth Coles <[email protected]>2018-05-17 14:47:32 +0100
commit4df7be1479a07f2a34d01aab7c30e42141b17f05 (patch)
tree8fbc44a1623c77fc3880f92a0cdc8497dcaf0d21 /pysite
parentRestructure code jams page layout (diff)
[Jams] More restructuring
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"