view gpp/templates/accounts/password_reset_complete.html @ 468:ad4b63fbc584

Adding a basic forums test that exercises adding a new topic, post, and editing a post.
author Brian Neal <bgneal@gmail.com>
date Sun, 07 Aug 2011 03:38:42 +0000
parents daa2916f5b34
children
line wrap: on
line source
{% extends 'base.html' %}
{% load url from future %}
{% block title %}Password Reset Complete{% endblock %}
{% block content %}
<h2>Password Reset Complete</h2>
<p>
Your password has been successfully changed. You may now <a href="{% url 'accounts-login' %}">login</a>.
</p>
{% endblock %}