{% extends "auth_base.html" %} {% block title %}Change password ยท TapDB{% endblock %} {% block auth_content %}
{{ user.username }}
{% if required %}Password change is required before continuing.
{% endif %} {% if not required %}{% endif %} {% endblock %}