Skip to content
Snippets Groups Projects
Commit 090e5938 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

changed state hold back to original state- blocked

parent f9f1420d
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ def create_app(config_name):
if (not any(item in session['user'].get('eppa') for item in valid_eppa)):
return render_template('account/unauthorized.html', unauthorized_msg=messages.unauthorized_message)
if rc_util.check_state(session['user'].get('username')) == "hold":
if rc_util.check_state(session['user'].get('username')) == "blocked":
return render_template('account/hold.html', account_hold_msg=messages.account_hold_message)
elif rc_util.check_state(session['user'].get('username')) == "certification":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment