Skip to content
Snippets Groups Projects
Verified Commit 91dc755b authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix syntax

parent e3cdfe3d
No related branches found
No related tags found
No related merge requests found
......@@ -85,8 +85,10 @@ def update_dynamic_preferences():
section = section_ldap
name = setting_name + "_re"
verbose_name = _(
f("Regular expression to match LDAP value for"
"{field.verbose_name} on {model._meta.label} against")
f(
"Regular expression to match LDAP value for"
"{field.verbose_name} on {model._meta.label} against"
)
)
required = False
default = ""
......
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