Skip to content
Snippets Groups Projects
Unverified Commit 7cb5c317 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix syntax.

parent 65ffc65f
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ class EditPersonForm(forms.ModelForm):
new_user = forms.CharField(
required=False,
label=_('New user'),
help_text=_('Create a new account'),
help_text=_('Create a new account'))
def clean(self) -> None:
User = get_user_model()
......
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