Skip to content
Snippets Groups Projects
Verified Commit b4760038 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix typo

parent f62a49db
No related branches found
No related tags found
1 merge request!28Resolve "Allow match of users to persons by other fields in AlekSIS and LDAP"
Pipeline #4260 failed
......@@ -108,7 +108,7 @@ def update_dynamic_preferences():
default = []
required = False
verbose_name = _("LDAP sync matching fields")
choices = [(field.name, field.name) for field in Perosn.syncable_fields()]
choices = [(field.name, field.name) for field in Person.syncable_fields()]
def apply_templates(value, patterns, templates, separator="|"):
......
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