Commit c6714e8d authored by Sam Rushing's avatar Sam Rushing

grid source uri needs '/' prefix

parent e6b889a9
......@@ -66,7 +66,7 @@ class grid_handler:
'<input type="submit" name="dir" value="up" />'
'<input type="submit" name="dir" value="down" />'
'</form>'
'<a href="grid/source">source for this handler</a>'
'<a href="/grid/source">source for this handler</a>'
)
request.done()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment