Skip to content

Commit

Permalink
Fix bug where the password reset page failed to appear. (see #666)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnga committed Jul 7, 2017
1 parent fa1a854 commit 17c15d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{% trans "Please go to the following page and choose a new password:" %}
{% block reset_link %}
{{ protocol }}://{{ domain }}{% url 'django.contrib.auth.views.password_reset_confirm' uidb64=uid token=token %}
{{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %}
{% endblock %}
{% trans "Your username is:" %} {{ user.get_username }}

Expand Down

0 comments on commit 17c15d7

Please sign in to comment.