From ef0e12590ead3f557136822a855d202a6b804a9d Mon Sep 17 00:00:00 2001 From: Chris Lawton <chris.lawton@torchbox.com> Date: Wed, 7 Feb 2018 10:00:11 +0000 Subject: [PATCH] adding account activation page wrapper --- opentech/apply/users/templates/users/change_password.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/opentech/apply/users/templates/users/change_password.html b/opentech/apply/users/templates/users/change_password.html index 7e6551b97..2903587ae 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 %} -- GitLab