2015-11-30 16:19:59 +00:00
|
|
|
{% extends "admin_template.html" %}
|
|
|
|
|
|
|
|
|
|
{% block page_title %}
|
|
|
|
|
GOV.UK Notify
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
|
|
|
|
|
<div class="grid-row">
|
|
|
|
|
<div class="column-two-thirds">
|
|
|
|
|
<h1 class="heading-xlarge">Create a new password</h1>
|
2015-12-04 15:02:00 +00:00
|
|
|
|
|
|
|
|
<p> You can now create a new password for your account.</p>
|
2015-11-30 16:19:59 +00:00
|
|
|
|
|
|
|
|
<p>
|
2015-12-04 15:02:00 +00:00
|
|
|
<label class="form-label" for="password">Create a password</label>
|
2015-12-07 10:04:51 +00:00
|
|
|
<input class="form-control-1-4" id="password" type="password"> <br>
|
|
|
|
|
<span class="font-xsmall">Your password must have at least 10 characters</span>
|
2015-11-30 16:19:59 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a class="button" href="two-factor" role="button">Continue</a>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2015-12-04 15:02:00 +00:00
|
|
|
{% endblock %}
|