view gpp/templates/accounts/password_reset_sent.html @ 525:a053fbd3ac98

For #194, create a task to run the queued_search's process_search_queue command periodically.
author Brian Neal <bgneal@gmail.com>
date Mon, 19 Dec 2011 01:11:43 +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 %}