Mercurial > public > sg101
comparison 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 |
comparison
equal
deleted
inserted
replaced
77:d5eed0a91a05 | 78:4edfea7f8620 |
---|---|
1 {% extends 'base.html' %} | |
2 {% block title %}Password Reset Complete{% endblock %} | |
3 {% block content %} | |
4 <h2>Password Reset Complete</h2> | |
5 <p> | |
6 Your password has been successfully changed. You may now <a href="{% url accounts-login %}">login</a>. | |
7 </p> | |
8 {% endblock %} |