Add Terms of use page

This commit is contained in:
Henry Hadlow
2016-03-21 14:47:45 +00:00
parent 0435015211
commit 887c97facd
3 changed files with 213 additions and 0 deletions

View File

@@ -26,3 +26,8 @@ def cookies():
@main.route('/help')
def help():
return render_template('views/help.html')
@main.route('/terms')
def terms():
return render_template('views/terms-of-use.html')