mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 07:13:11 -04:00
Added back in span element in form.
This commit is contained in:
@@ -16,6 +16,7 @@ GOV.UK Notify
|
|||||||
<form autocomplete="off" action="" method="post">
|
<form autocomplete="off" action="" method="post">
|
||||||
{{ form.hidden_tag() }}
|
{{ form.hidden_tag() }}
|
||||||
{{ render_field(form.email_address, class='form-control-2-3') }}
|
{{ render_field(form.email_address, class='form-control-2-3') }}
|
||||||
|
<span class="font-xsmall">Your email address must end in .gov.uk</span>
|
||||||
<p>
|
<p>
|
||||||
<button class="button" role="button">Resend confirmation code</button>
|
<button class="button" role="button">Resend confirmation code</button>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user