{% extends 'base.html' %} {% block content %}
修改用户信息 {% if error %}
{{ error }}
{% endif %} {% if msg %}
{{ msg }}
{% endif %}
{% endblock %}