{% extends 'base.html' %} {% block content %}
修改用户信息 {% if error %}
{{ error }}
{% endif %} {% if form.errors %}
Please correct the error{{ form.errors|pluralize }} below.
{% endif %} {% if msg %}
{{ msg }}
{% endif %}
{% endblock %}