Mercurial > public > sg101
view gpp/templates/accounts/password_reset_sent.html @ 285:8fd4984d5c3b
This is a first rough commit for #95, adding the ability to embed YouTube videos in forum posts. Some more polish and testing needs to happen at this point. I wanted to get all these changes off my hard drive and into the repository.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 14 Oct 2010 02:39:35 +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 %}