2016-02-01 12:15:38 +00:00
|
|
|
|
{% extends "withoutnav_template.html" %}
|
2015-11-25 16:21:28 +00:00
|
|
|
|
|
|
|
|
|
|
{% block page_title %}
|
2016-02-08 09:23:51 +00:00
|
|
|
|
Confirm your mobile number – GOV.UK Notify
|
2015-11-25 16:21:28 +00:00
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
2016-02-01 12:15:38 +00:00
|
|
|
|
{% block maincolumn_content %}
|
2015-11-25 16:21:28 +00:00
|
|
|
|
|
|
|
|
|
|
<div class="grid-row">
|
2016-02-01 16:57:29 +00:00
|
|
|
|
<div class="column-two-thirds">
|
2016-02-02 14:05:45 +00:00
|
|
|
|
<h1 class="heading-large">Confirm your mobile number</h1>
|
2015-11-25 16:21:28 +00:00
|
|
|
|
|
2016-02-01 16:57:29 +00:00
|
|
|
|
<p>We've sent you a confirmation code by text message.</p>
|
2015-11-25 16:21:28 +00:00
|
|
|
|
|
2016-02-01 16:57:29 +00:00
|
|
|
|
<p>
|
|
|
|
|
|
<label class="form-label" for="email">Enter confirmation code<br>
|
|
|
|
|
|
<input class="form-control-1-4" id="email" type="text"><br>
|
|
|
|
|
|
<span class="font-xsmall"><a href="{{ url_for('.text-not-received-2') }}">I haven't received a text</a></span>
|
|
|
|
|
|
</p>
|
2015-11-25 16:21:28 +00:00
|
|
|
|
|
2016-02-01 16:57:29 +00:00
|
|
|
|
<p>
|
|
|
|
|
|
<a class="button" href="dashboard" role="button">Continue</a>
|
|
|
|
|
|
</p>
|
|
|
|
|
|
</div>
|
2015-11-25 16:21:28 +00:00
|
|
|
|
</div>
|
|
|
|
|
|
|
2015-12-01 09:56:06 +00:00
|
|
|
|
{% endblock %}
|