# HG changeset patch # User Brian Neal # Date 1247422433 0 # Node ID 4b90d00cc4ebd34ed5b8b4750ab4f6120c1c70a2 # Parent 4edfea7f862039d7b9259eb12d3dedca36abfd67 #29 Forgot to create a template for password reset confirmation. diff -r 4edfea7f8620 -r 4b90d00cc4eb gpp/templates/accounts/password_reset_confirm.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gpp/templates/accounts/password_reset_confirm.html Sun Jul 12 18:13:53 2009 +0000 @@ -0,0 +1,23 @@ +{% extends 'base.html' %} +{% block title %}Reset Password{% endblock %} +{% block content %} +

Reset Password

+{% if validlink %} +

+Please use the following form to reset your password. +

+
+ +{{ form.as_table }} + +
  +
+
+{% else %} +

+We're sorry, the link you provided is invalid or has expired. If you are trying to +reset your password, please try again. +If you have questions or problems, please contact us. +

+{% endif %} +{% endblock %}