mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Convert TwoFactorForm to gov uk frontend
This commit is contained in:
@@ -21,11 +21,11 @@
|
||||
We’ve sent a security code to your new {{ thing }}.
|
||||
</p>
|
||||
{% call form_wrapper() %}
|
||||
{{ textbox(
|
||||
form_field,
|
||||
width='5em',
|
||||
autofocus=True
|
||||
) }}
|
||||
{{ form_field(param_extensions={
|
||||
"classes": "govuk-input govuk-input--width-5",
|
||||
"attributes": {"data-module": "autofocus"}
|
||||
}) }}
|
||||
|
||||
{{ page_footer('Confirm') }}
|
||||
{% endcall %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user