Skip to content
Snippets Groups Projects
Commit ef0e1259 authored by Chris Lawton's avatar Chris Lawton
Browse files

adding account activation page wrapper

parent f81997df
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
{% block title %}{% trans "Set a password" %}{% endblock %} {% block title %}{% trans "Set a password" %}{% endblock %}
{% block content %} {% block content %}
<div class="wrapper wrapper--small wrapper--bottom-space">
{% if form.non_field_errors %} {% if form.non_field_errors %}
<ul class="errorlist"> <ul class="errorlist">
{% for error in form.non_field_errors %} {% for error in form.non_field_errors %}
...@@ -34,4 +36,5 @@ ...@@ -34,4 +36,5 @@
<button class="link link--button-secondary" type="submit">{% trans 'Reset password' %}</button> <button class="link link--button-secondary" type="submit">{% trans 'Reset password' %}</button>
</form> </form>
</div>
{% endblock %} {% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment