Skip to content

Commit 1ec3dae

Browse files
author
Filip Kula
committed
fix: use form from reset password view
1 parent fb8afd8 commit 1ec3dae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/registration/password_reset_confirm.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ <h1> Odzyskaj hasło </h1>
1616
<div class="row">
1717
<div class="col col-md-4"></div>
1818
<div class="col col-md-4">
19-
{{ form|crispy }}
19+
{{ form.new_password1|crispy }}
20+
{{ form.new_password2|crispy }}
2021
<input type="submit" class="btn btn-primary" value="Wyślij">
2122
</div>
2223
<div class="col col-md-4"></div>

0 commit comments

Comments
 (0)