{% extends "base.html" %} {% block title %}Change Password - CoderAI{% endblock %} {% block content %} {% if error %}
{{ error }}
{% endif %}
{% if not must_change %}
{% endif %}
Minimum 8 characters
{% if not must_change %} Cancel {% endif %}
{% endblock %}