Skip to content

Commit

Permalink
Merge pull request #8435 from cfpb/fix/pw-reset-confirm-override
Browse files Browse the repository at this point in the history
Fix broken tag in password reset confirm template
  • Loading branch information
chosak committed Jun 11, 2024
2 parents 44e1a06 + 36f1bd6 commit 61ce6ea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ <h1>{% trans "Set your new password" %}</h1>
<form method="post" novalidate>
{% csrf_token %}

{% field field=form.new_password1 %}{% endfield %}
{% field field=form.new_password2 %}{% endfield %}
{% rawformattedfield field=form.new_password1 %}{% endrawformattedfield %}
{% rawformattedfield field=form.new_password2 %}{% endrawformattedfield %}

<footer class="form-actions">
<button type="submit" class="button">{% trans 'Reset password' %}</button>
Expand Down

0 comments on commit 61ce6ea

Please sign in to comment.