mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Adding route for text not received 2 view
This commit is contained in:
@@ -38,6 +38,11 @@ def verifymobile():
|
|||||||
return render_template('verify-mobile.html')
|
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")
|
@main.route("/dashboard")
|
||||||
@login_required
|
@login_required
|
||||||
def dashboard():
|
def dashboard():
|
||||||
|
|||||||
Reference in New Issue
Block a user