{% extends "base.html" %} {% block content %}
修改密码
{% if error %}
{{ error }}
{% endif %} {% if success %}
{{ success }}
{% endif %}
{% endblock %}