{% extends "layout.html" %} {% block title %} 修改个人资料 {% endblock %} {% block content %}

修改个人资料

{% csrf_token %} {% for item in form %}
{{item}}
{{item.errors}}
{% endfor %}
{% endblock %}