diff --git a/aleksis/core/forms.py b/aleksis/core/forms.py index 78dc9dce29f7519905012193469477ce383f9f9e..eb2465870a36174997c73a967b04690b30d60051 100644 --- a/aleksis/core/forms.py +++ b/aleksis/core/forms.py @@ -582,8 +582,6 @@ class AccountRegisterForm(SignupForm, ExtensibleForm): password1 = forms.CharField(label=_("Password"), widget=forms.PasswordInput) - privacy_policy = get_site_preferences()["footer__privacy_url"] - if settings.SIGNUP_PASSWORD_ENTER_TWICE: password2 = forms.CharField(label=_("Password (again)"), widget=forms.PasswordInput)