Mercurial > public > sg101
view gpp/templates/accounts/password_reset_sent.html @ 507:8631d32e6b16
Some users are still having problems with the pop-up login. I think they are actually getting 403s because of the CSRF protection. So I have modified the base template to always have a javascript variable called csrf_token available when they aren't logged in. The ajax_login.js script was then modified to send this value with the ajax post. Fingers crossed.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 04 Dec 2011 03:05:21 +0000 |
parents | 4edfea7f8620 |
children |
line wrap: on
line source
{% extends 'base.html' %} {% block title %}Password Reset Instructions Sent{% endblock %} {% block content %} <h2>Password Reset Instructions Sent</h2> <p> Instructions on how to reset your password have been sent to your email address. Please visit the link provided in the email to reset your password. </p> <p>If you do not receive the email within a few minutes, please check any spam folders.</p> {% endblock %}