diff options
author | 2018-02-21 09:30:05 +0000 | |
---|---|---|
committer | 2018-02-21 09:30:05 +0000 | |
commit | ef8e96157f60ba0813cab72a90a6e8e92b44b6f0 (patch) | |
tree | cbda21178338d3f992072d5f06e4ac4572e433f1 /pysite/views/main/ws_test.py | |
parent | adds 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.py | 2 |
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") ) |