Skip to content

Commit 1f550a8

Browse files
Rename Evaulations to Evaluations
This change is going to be reflected in the LDAP schema within the next few days. This is in preparation to be merged and patched in when that happens.
1 parent 7516301 commit 1f550a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

conditional/util/ldap.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ def ldap_is_financial_director(account):
8888

8989

9090
def ldap_is_eval_director(account):
91-
# TODO FIXME Evaulations -> Evaluations
92-
return _ldap_is_member_of_directorship(account, 'Evaulations')
91+
return _ldap_is_member_of_directorship(account, 'Evaluations')
9392

9493

9594
def ldap_is_current_student(account):

0 commit comments

Comments
 (0)