mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Tidy up inconsistencies in forms
Wherever possible, use the macros.
This commit is contained in:
@@ -14,11 +14,13 @@ GOV.UK Notify | Text verification
|
||||
|
||||
<p>We've sent you a text message with a verification code.</p>
|
||||
|
||||
|
||||
<form autocomplete="off" method="post">
|
||||
{{ textbox(form.sms_code) }}
|
||||
<span class="font-xsmall"><a href="{{ url_for('.verification_code_not_received') }}">I haven't received a text</a></span>
|
||||
{{ page_footer("Continue") }}
|
||||
{{ page_footer(
|
||||
"Continue",
|
||||
back_link=url_for('.verification_code_not_received'),
|
||||
back_link_text='I haven’t received a text'
|
||||
) }}
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user