2015-11-25 16:21:28 +00:00
|
|
|
{% extends "admin_template.html" %}
|
|
|
|
|
|
|
|
|
|
{% block page_title %}
|
2015-12-01 09:55:37 +00:00
|
|
|
GOV.UK Notify | Text verification
|
2015-11-25 16:21:28 +00:00
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
|
|
|
|
|
<div class="grid-row">
|
|
|
|
|
<div class="column-two-thirds">
|
|
|
|
|
<h1 class="heading-xlarge">Text verification</h1>
|
|
|
|
|
|
2015-12-04 14:54:40 +00:00
|
|
|
<p>We've sent you a text message with a verification code.</p>
|
2015-11-25 16:21:28 +00:00
|
|
|
|
|
|
|
|
<p>
|
2015-12-04 14:54:40 +00:00
|
|
|
<label class="form-label" for="email">Enter verification code<br>
|
2015-11-25 16:21:28 +00:00
|
|
|
<input class="form-control-1-4" id="email" type="text"><br>
|
2015-11-30 16:41:05 +00:00
|
|
|
<span class="font-xsmall"><a href="verification-not-received">I haven't received a text</a></span>
|
2015-11-25 16:21:28 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a class="button" href="dashboard" role="button">Continue</a>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2015-12-01 09:55:37 +00:00
|
|
|
{% endblock %}
|