Skip to content

Commit 70ce657

Browse files
I guess caps matter to Max
Co-Authored-By: Max Meinhold <mxmeinhold@gmail.com>
1 parent 206f51c commit 70ce657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conditional/blueprints/co_op.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def submit_co_op_form(user_dict=None):
4343
if post_data['semester'] not in valid_semesters:
4444
return "Invalid semester submitted", 400
4545
if not ldap_is_current_student(user_dict['account']):
46-
return "must be current student", 403
46+
return "Must be current student", 403
4747

4848
log.info('Submit {} Co-Op'.format(semester))
4949

0 commit comments

Comments
 (0)