{% extends "registration/registration_base.html" %} {% block title %}Change password{% endblock %} {% block doccontent %} {% if request.user.is_authenticated %} {% ifequal request.user.password '!' %} Because you registered using another site such as google, you'll need to "reset" your password before you can change it. {% else %}
{% endifequal %} {% else %} You must be logged in to change your password. {% endif %} {% endblock %}