2016-02-01 12:15:38 +00:00
|
|
|
|
{% extends "withoutnav_template.html" %}
|
2015-11-25 16:21:28 +00:00
|
|
|
|
|
2017-02-13 10:45:15 +00:00
|
|
|
|
{% block per_page_title %}
|
|
|
|
|
|
Confirm your mobile number
|
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-08-22 12:54:10 +01:00
|
|
|
|
<p>We’ve sent you a security code by text message.</p>
|
2015-11-25 16:21:28 +00:00
|
|
|
|
|
2016-02-01 16:57:29 +00:00
|
|
|
|
<p>
|
2016-08-22 12:52:05 +01:00
|
|
|
|
<label class="form-label" for="email">Enter security code<br>
|
2016-02-01 16:57:29 +00:00
|
|
|
|
<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 %}
|