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

Use label instead of help_text

parent 60a2b3d7
No related branches found
No related tags found
1 merge request!413Resolve "User registration"
Pipeline #6014 passed
......@@ -411,8 +411,7 @@ class AccountRegisterForm(SignupForm, ExtensibleForm):
)
self.fields["privacy_policy"] = forms.BooleanField(
label=_("Privacy policy"),
help_text=_(
label=_(
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