注册界面
{% csrf_token %} {% for filed in form %}
{# auto_id 就是id_user...#}
{{ filed.label }}
{{ filed }}
{% endfor %}
{# 点击label就相当于点击input#}
头像