Jakub Musko
Results
2
issues of
Jakub Musko
Looks like the exception in https://github.com/brutasse/django-password-reset/blob/master/password_reset/views.py#L139 is thrown before `Reset.user` is assigned and results in a call to `Reset.get_form_kwargs` that tries to access `Reset.user`. Exception details: ``` AttributeError: 'Reset' object...