Rearrange routes to same order as in footer nav

This commit is contained in:
Henry Hadlow
2016-06-08 15:20:55 +01:00
committed by Chris Hill-Scott
parent f33964f6da
commit f5dd38769d

View File

@@ -35,16 +35,16 @@ def pricing():
return render_template('views/pricing.html')
@main.route('/terms')
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('/terms')
def terms():
return render_template('views/terms-of-use.html')
@main.route('/_email')
def email_template():
return HTMLEmail(