Skip to content

Commit

Permalink
Merge pull request #1225 from okfn/1225-reset-template
Browse files Browse the repository at this point in the history
Breadcrumbs on password reset page links to register
  • Loading branch information
johnmartin committed Sep 10, 2013
2 parents 41ae6b5 + a3a2698 commit 74aaea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/user/request_reset.html
Expand Up @@ -3,7 +3,7 @@
{% block subtitle %}{{ _('Reset Your Password') }}{% endblock %}

{% block breadcrumb_content %}
<li class="active">{% link_for _('Password Reset'), controller='user', action='register' %}</li>
<li class="active">{% link_for _('Password Reset'), controller='user', action='request_reset' %}</li>
{% endblock %}

{% block primary_content %}
Expand Down

0 comments on commit 74aaea5

Please sign in to comment.