{% extends "registration/registration_base.html" %} {% block title %}Change password{% endblock %} {% block doccontent %} {% if request.user.is_authenticated %} {% ifequal request.user.password '!' %}
Want to change your username instead?
{% endblock %}