Skip to content
Snippets Groups Projects
Commit 13b12eae authored by Tom Teichler's avatar Tom Teichler :beers: Committed by root
Browse files

Fix help text in form

parent 2dba6aa3
No related branches found
No related tags found
1 merge request!413Resolve "User registration"
Pipeline #7173 canceled
......@@ -414,7 +414,7 @@ class AccountRegisterForm(SignupForm, ExtensibleForm):
)
self.fields["privacy_policy"] = forms.BooleanField(
label=_(
help_text=_(
f"I have read the <a href='{privacy_policy}'>Privacy policy</a>"
" and agree with them."
),
......
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