Optimizing admin interface for user domain, completing security views
This commit is contained in:
@@ -22,6 +22,16 @@ def index():
|
||||
return render_template('index.html')
|
||||
|
||||
|
||||
@basic_bp.route('/confirm_email_ok', methods=['GET', ])
|
||||
def confirm_email_ok():
|
||||
return render_template('basic/confirm_email_ok.html')
|
||||
|
||||
|
||||
@basic_bp.route('/confirm_email_fail', methods=['GET', ])
|
||||
def confirm_email_fail():
|
||||
return render_template('basic/confirm_email_fail.html')
|
||||
|
||||
|
||||
@basic_bp.route('/session_defaults', methods=['GET', 'POST'])
|
||||
@roles_accepted('Super User', 'Tenant Admin')
|
||||
def session_defaults():
|
||||
|
||||
Reference in New Issue
Block a user