Make confirm page consistent with 2fa page

This commit is contained in:
Chris Hill-Scott
2018-05-08 14:46:07 +01:00
parent 02907afce1
commit 7aec58728e

View File

@@ -15,8 +15,12 @@
<p>
Weve sent a security code to your new {{ thing }}.
</p>
<form method="post">
{{ textbox(form_field) }}
<form method="post" autocomplete="off" novalidate>
{{ textbox(
form_field,
width='5em',
autofocus=True
) }}
{{ page_footer(
'Confirm',
destructive=destructive,