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

styling password reset accepted page

parent ee797628
No related branches found
No related tags found
No related merge requests found
{% extends "base.html" %}
{% load i18n %}
{% block header_modifier %}header--light-bg{% endblock %}
{% block page_title %}Check your email{% endblock %}
{% block title %}{% trans "Reset password" %}{% endblock %}
{% block content %}
<h1>{% trans "Check your email" %}</h1>
<p>{% trans "A link to reset your password has been emailed to you." %}</p>
<div class="wrapper wrapper--small wrapper--bottom-space">
<p>{% trans "A link to reset your password has been emailed to you." %}</p>
</div>
{% 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