mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Adding sms sending views
This commit is contained in:
@@ -56,3 +56,13 @@ def addservice():
|
|||||||
@main.route("/two-factor")
|
@main.route("/two-factor")
|
||||||
def twofactor():
|
def twofactor():
|
||||||
return render_template('two-factor.html')
|
return render_template('two-factor.html')
|
||||||
|
|
||||||
|
|
||||||
|
@main.route("/send-sms")
|
||||||
|
def sendsms():
|
||||||
|
return render_template('send_sms.html')
|
||||||
|
|
||||||
|
|
||||||
|
@main.route("/check-sms")
|
||||||
|
def checksms():
|
||||||
|
return render_template('check_sms.html')
|
||||||
|
|||||||
Reference in New Issue
Block a user