aboutsummaryrefslogtreecommitdiffstats
path: root/pysite
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-03-13 12:36:42 +0000
committerGravatar Gareth Coles <[email protected]>2018-03-13 12:36:42 +0000
commit94a2d1a6d25303258b23a75c103244c8e34bd56b (patch)
tree066d766b0e344321e6df41aaacda1dfa6b0e51e2 /pysite
parentMerge branch 'master' of github.com:discord-python/site (diff)
Update info section with an index
Diffstat (limited to 'pysite')
-rw-r--r--pysite/views/main/info/index.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysite/views/main/info/index.py b/pysite/views/main/info/index.py
index 371a5353..4c44f01c 100644
--- a/pysite/views/main/info/index.py
+++ b/pysite/views/main/info/index.py
@@ -9,4 +9,4 @@ class IndexView(RouteView):
name = "info"
def get(self):
- return redirect("/info/resources")
+ return self.render("main/info/index.html")