Merge pull request #10 from alphagov/ph-invite-faili

Adding route for text not received on invite path
This commit is contained in:
Chris Heathcote
2015-12-01 12:45:23 +00:00

View File

@@ -38,6 +38,11 @@ def verifymobile():
return render_template('verify-mobile.html')
@main.route("/text-not-received-2")
def textnotreceived2():
return render_template('text-not-received-2.html')
@main.route("/dashboard")
@login_required
def dashboard():