{% extends "base.html" %} {% block title %}Password Reset{% endblock %} {% block header %}

GeneTrack Password Reset

{% endblock %} {% block mainbody %}
 
Please set your new passwords
Have you forgotten your password? Enter your e-mail address below, and we'll e-mail instructions for setting a new one.
{% if form.email.errors %}{{ form.email.errors }}{% endif %}
 
{% endblock %}