mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 02:42:26 -05:00
Adding sms sending views
This commit is contained in:
@@ -56,3 +56,13 @@ def addservice():
|
||||
@main.route("/two-factor")
|
||||
def twofactor():
|
||||
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