Skip to content

Commit

Permalink
Fix missing signin_url in password_reset_complete.html
Browse files Browse the repository at this point in the history
 -- introduced in blocktrans "fix" of 07a14ae
  • Loading branch information
DrMeers committed Feb 9, 2012
1 parent eb962ba commit f314a11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions userena/templates/userena/password_reset_complete.html
Expand Up @@ -4,5 +4,6 @@
{% block title %}{% trans "Password reset" %}{% endblock %}
{% block content_title %}<h2>{% trans "Your password has been reset" %}</h2>{% endblock %}
{% block content %}
{% url userena_signin as signin_url %}
{% blocktrans %}You can now <a href="{{ signin_url }}">signin</a> with your new password.{% endblocktrans %}
{% endblock %}

0 comments on commit f314a11

Please sign in to comment.