{% extends "base.html" %} {% block title %}用户设置 - Postcard Manager{% endblock %} {% block content %}

用户设置

{% if success %}
{{ success }}
{% endif %} {% if error %}
{{ error }}
{% endif %}

修改用户名

修改密码

{% endblock %}