Skip to content

Commit

Permalink
Password reset: fixed URL keyword argument
Browse files Browse the repository at this point in the history
  • Loading branch information
julen committed May 30, 2014
1 parent edba120 commit 936f578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pootle/templates/registration/password_reset_email.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{% trans "Please go to the following page and choose a new password:" %}
{% block reset_link %}
{{ protocol }}://{{ domain }}{% url 'pootle-password-reset-confirm' uidb36=uid token=token %}
{{ protocol }}://{{ domain }}{% url 'pootle-password-reset-confirm' uidb64=uid token=token %}
{% endblock %}
{% blocktrans %}Your username is {{ user }}.{% endblocktrans %}

Expand Down

0 comments on commit 936f578

Please sign in to comment.