Add password-container and password-reset wrappers

This adds the wrappers necessary to center the content vertically and
horizontally within the page.
This commit is contained in:
Brock Whittaker
2016-08-16 10:25:18 -07:00
committed by Tim Abbott
parent b83691fd6f
commit cddd9379c6

View File

@@ -6,6 +6,8 @@
{% block portico_content %}
<div class="password-container">
<div class="password-reset">
<div class="pitch">
<hr/>
<h3>{{ _('Reset your password') }}.</h3>
@@ -63,4 +65,7 @@
<p>{{ _('Sorry, the link you provided is invalid or has already been used') }}.</p>
{% endif %}
</div>
</div>
{% endblock %}