2015-11-25 16:21:28 +00:00
|
|
|
{% extends "admin_template.html" %}
|
|
|
|
|
|
|
|
|
|
{% block page_title %}
|
2015-12-01 09:52:31 +00:00
|
|
|
GOV.UK Notify | Create a user account
|
2015-11-25 16:21:28 +00:00
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
|
|
|
|
|
<div class="grid-row">
|
|
|
|
|
<div class="column-two-thirds">
|
|
|
|
|
<h1 class="heading-xlarge">Create an account</h1>
|
|
|
|
|
|
|
|
|
|
<p>If you've used GOV.UK Notify before, <a href="">sign in to your account</a>.</p>
|
|
|
|
|
|
|
|
|
|
<p>
|
2015-12-04 15:05:51 +00:00
|
|
|
<label class="form-label" for="name-f1">Full name</label>
|
2015-11-25 16:21:28 +00:00
|
|
|
<input class="form-control-2-3" id="name-f1" type="text">
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
<label class="form-label" for="mobile">Mobile phone number</label>
|
|
|
|
|
<input class="form-control-1-4" id="mobile" type="text">
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
2015-12-04 15:05:51 +00:00
|
|
|
<label class="form-label" for="password">Create a password</label>
|
2015-12-07 11:49:29 +00:00
|
|
|
<input class="form-control-1-4" id="password" type="password"><br>
|
2015-12-04 15:05:51 +00:00
|
|
|
<span class="font-xsmall">Your password must have at least 10 characters</span></label>
|
2015-11-25 16:21:28 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a class="button" href="verify-mobile" role="button">Continue</a>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2015-12-01 09:52:31 +00:00
|
|
|
{% endblock %}
|