Skip to content

Commit f00cafa

Browse files
author
Filip Kula
committed
fix: back to initial setup
1 parent ef687d5 commit f00cafa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

templates/registration/password_reset_confirm.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ <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.new_password1 }}
20-
{{ form.new_password2 }}
19+
{{ form|crispy }}
2120
<input type="submit" class="btn btn-primary" value="Wyślij">
2221
</div>
2322
<div class="col col-md-4"></div>

0 commit comments

Comments
 (0)