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

removed typo for affiliate

parent bee23985
No related branches found
No related tags found
1 merge request!21Feat certify account
...@@ -40,7 +40,7 @@ def create_app(config_name): ...@@ -40,7 +40,7 @@ def create_app(config_name):
@app.route('/', methods=['GET', 'POST']) # initial route to display the reg page @app.route('/', methods=['GET', 'POST']) # initial route to display the reg page
def index(): def index():
valid_eppa = ["faculty", "staff", "student", "affliate"] valid_eppa = ["faculty", "staff", "student", "affiliate"]
if 'uid' not in session: if 'uid' not in session:
session['uid']=str(uuid.uuid4()) session['uid']=str(uuid.uuid4())
......
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