Skip to content

Commit 22fc574

Browse files
committed
remove unused params
1 parent bd251f4 commit 22fc574

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

app/templates/demos/create_account.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,9 @@ <h1 class="govuk-heading-xl">Create an account</h1>
6464
'autocomplete': 'tel'
6565
}) }}
6666

67-
{{ form.password(params={
68-
'spellcheck': false
69-
}) }}
67+
{{ form.password }}
7068

71-
{{ form.confirm_password(params={
72-
'spellcheck': false
73-
}) }}
69+
{{ form.confirm_password }}
7470

7571
{{ form.terms_and_conditions }}
7672

0 commit comments

Comments
 (0)