aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/main/ws_test.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/ws_test.py
parentadds initial unit testing (#22) (diff)
Rearrange views and templates
Diffstat (limited to 'pysite/views/main/ws_test.py')
-rw-r--r--pysite/views/main/ws_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysite/views/main/ws_test.py b/pysite/views/main/ws_test.py
index c28269a8..c53515c5 100644
--- a/pysite/views/main/ws_test.py
+++ b/pysite/views/main/ws_test.py
@@ -10,6 +10,6 @@ class WSTest(RouteView):
def get(self):
return self.render(
- "ws_test.html",
+ "main/ws_test.html",
server_name=os.environ.get("SERVER_NAME", "localhost")
)