Mercurial > public > sg101
view sg101/templates/accounts/username_query.html @ 659:8e6b8ffe5f34
For issue #31, implement a forgot username feature.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 11 May 2013 23:39:46 -0500 |
parents | |
children | d613d25a021e |
line wrap: on
line source
{% extends 'base.html' %} {% block title %}Forgotten Username{% endblock %} {% block content %} <h2>Forgotten Username</h2> <p> Forget your username? No problem. Please enter the email address you used to register with the site below and we'll send your username to you. </p> <form action="." method="post">{% csrf_token %} {{ form.as_p }} <p><input type="submit" value="Submit" /></p> </form> {% endblock %}