1
There is probably {% url 'password_reset_complete' %}
somewhere in your template. Change it to
{% url 'auth_password_reset_complete' %}
Source:stackexchange.com
1
There is probably {% url 'password_reset_complete' %}
somewhere in your template. Change it to
{% url 'auth_password_reset_complete' %}