mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
Added email and text message not received pages in registration flow
This commit is contained in:
@@ -66,3 +66,13 @@ def sendsms():
|
||||
@main.route("/check-sms")
|
||||
def checksms():
|
||||
return render_template('check_sms.html')
|
||||
|
||||
|
||||
@main.route("/email-not-received")
|
||||
def emailnotreceived():
|
||||
return render_template('email-not-received.html')
|
||||
|
||||
|
||||
@main.route("/text-not-received")
|
||||
def textnotreceived():
|
||||
return render_template('text-not-received.html')
|
||||
|
||||
Reference in New Issue
Block a user