diff gpp/templates/accounts/password_reset_complete.html @ 78:4edfea7f8620

#29 - Implementing the forgotten password reset process.
author Brian Neal <bgneal@gmail.com>
date Sun, 12 Jul 2009 18:02:44 +0000
parents
children daa2916f5b34
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gpp/templates/accounts/password_reset_complete.html	Sun Jul 12 18:02:44 2009 +0000
@@ -0,0 +1,8 @@
+{% extends 'base.html' %}
+{% 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 %}