We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206f51c commit 70ce657Copy full SHA for 70ce657
conditional/blueprints/co_op.py
@@ -43,7 +43,7 @@ def submit_co_op_form(user_dict=None):
43
if post_data['semester'] not in valid_semesters:
44
return "Invalid semester submitted", 400
45
if not ldap_is_current_student(user_dict['account']):
46
- return "must be current student", 403
+ return "Must be current student", 403
47
48
log.info('Submit {} Co-Op'.format(semester))
49
0 commit comments