mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 12:38:25 -04:00
Make two factor textbox consistent with verify textboxes
- make the field the same width (5em to match length of code) - move ‘haven’t received…’ link underneath the textbox instead of underneath the button
This commit is contained in:
@@ -15,11 +15,14 @@ GOV.UK Notify | Text verification
|
|||||||
<p>We've sent you a text message with a verification code.</p>
|
<p>We've sent you a text message with a verification code.</p>
|
||||||
|
|
||||||
<form autocomplete="off" method="post">
|
<form autocomplete="off" method="post">
|
||||||
{{ textbox(form.sms_code) }}
|
{{ textbox(
|
||||||
|
form.sms_code,
|
||||||
|
width='5em',
|
||||||
|
help_link=url_for('.verification_code_not_received'),
|
||||||
|
help_link_text='I haven’t received a text message'
|
||||||
|
) }}
|
||||||
{{ page_footer(
|
{{ page_footer(
|
||||||
"Continue",
|
"Continue"
|
||||||
back_link=url_for('.verification_code_not_received'),
|
|
||||||
back_link_text='I haven’t received a text'
|
|
||||||
) }}
|
) }}
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user