Skip to content

Commit ef687d5

Browse files
author
Filip Kula
committed
fix: remove crispy to test
1 parent 1ec3dae commit ef687d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/registration/password_reset_confirm.html

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

0 commit comments

Comments
 (0)