WIP: First attempt at adding a testing doc to the links in the footer.

This may result in changing the developer document section completely.
This commit is contained in:
Rebecca Law
2017-01-27 17:32:20 +00:00
parent 10883176e0
commit dc9524f01e
4 changed files with 83 additions and 1 deletions

View File

@@ -100,3 +100,8 @@ def email_template():
@main.route('/documentation')
def documentation():
abort(410)
@main.route('/integration_testing')
def integration_testing():
return render_template('views/integration_testing.html')