mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Replace tabs with two spaces for consistency
This commit is contained in:
@@ -9,24 +9,24 @@ GOV.UK Notify
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
{% if user %}
|
||||
<h1 class="heading-xlarge">
|
||||
Create a new password
|
||||
</h1>
|
||||
<p>
|
||||
You can now create a new password for your account.
|
||||
</p>
|
||||
<form method="post" autocomplete="off">
|
||||
{{ textbox(form.new_password, hint="Your password must have at least 10 characters") }}
|
||||
{{ page_footer("Continue") }}
|
||||
</form>
|
||||
{% else %}
|
||||
<p>
|
||||
Message about email address does not exist. Some one needs to figure out the words here.
|
||||
</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="column-two-thirds">
|
||||
{% if user %}
|
||||
<h1 class="heading-xlarge">
|
||||
Create a new password
|
||||
</h1>
|
||||
<p>
|
||||
You can now create a new password for your account.
|
||||
</p>
|
||||
<form method="post" autocomplete="off">
|
||||
{{ textbox(form.new_password, hint="Your password must have at least 10 characters") }}
|
||||
{{ page_footer("Continue") }}
|
||||
</form>
|
||||
{% else %}
|
||||
<p>
|
||||
Message about email address does not exist. Some one needs to figure out the words here.
|
||||
</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user