{% extends "registration/registration_base.html" %} {% block title %}Reset password{% endblock %} {% block doccontent %} {% if request.user.is_authenticated and request.user.password == '!' %}
Sorry for the extra step, but just click and we'll email you instructions for creating your new password.
{% else %}Forgot your password? Enter your email in the form below and we'll send you instructions for creating a new one.
{% endif %} {% endblock %}