Merge pull request #323 from alphagov/add-terms-of-use

Add Terms of use page
This commit is contained in:
Chris Hill-Scott
2016-03-23 13:33:45 +00:00
5 changed files with 226 additions and 2 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')