Add Delivery and failure Help page

This commit is contained in:
Henry Hadlow
2016-05-09 16:18:13 +01:00
committed by Chris Hill-Scott
parent d9dda51062
commit bd22aa7189
3 changed files with 80 additions and 1 deletions

View File

@@ -41,6 +41,11 @@ def terms():
return render_template('views/terms-of-use.html')
@main.route('/delivery-and-failure')
def delivery_and_failure():
return render_template('views/delivery-and-failure.html')
@main.route('/documentation')
def documentation():
curr_dir = os.path.dirname(os.path.realpath(__file__))