Results 2 comments of Keacoder

It appears to me that the section of code you refer to: forgot_txt = _("Forgot your password?") self.fields["password"].help_text = mark_safe( f'{forgot_txt}' ) Is executed as part of 'allauth/account/forms.py - class...

Thanks for the suggestions. As mentioned in my initial post I would like to add a class (class="btn btn-primary") to the 'Forgot your password!' anchor element of the login page:...