aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/main/index.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-21 09:30:05 +0000
committerGravatar Gareth Coles <[email protected]>2018-02-21 09:30:05 +0000
commitef8e96157f60ba0813cab72a90a6e8e92b44b6f0 (patch)
treecbda21178338d3f992072d5f06e4ac4572e433f1 /pysite/views/main/index.py
parentadds initial unit testing (#22) (diff)
Rearrange views and templates
Diffstat (limited to '')
-rw-r--r--pysite/views/main/index.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysite/views/main/index.py b/pysite/views/main/index.py
index 0c2d1578..210eb057 100644
--- a/pysite/views/main/index.py
+++ b/pysite/views/main/index.py
@@ -7,4 +7,4 @@ class IndexView(RouteView):
name = "index"
def get(self):
- return self.render("index.html")
+ return self.render("main/index.html")