diff --git a/opentech/apply/users/templates/users/change_password.html b/opentech/apply/users/templates/users/change_password.html index 7e6551b970734541eff4f066247a869b96ae7e62..2903587ae2bd825dd42a4e5683f0d5ee7ac7a17a 100644 --- a/opentech/apply/users/templates/users/change_password.html +++ b/opentech/apply/users/templates/users/change_password.html @@ -5,6 +5,8 @@ {% block title %}{% trans "Set a password" %}{% endblock %} {% block content %} +<div class="wrapper wrapper--small wrapper--bottom-space"> + {% if form.non_field_errors %} <ul class="errorlist"> {% for error in form.non_field_errors %} @@ -34,4 +36,5 @@ <button class="link link--button-secondary" type="submit">{% trans 'Reset password' %}</button> </form> +</div> {% endblock %}