{% csrf_token %} {% for filed in form %}
{# auto_id 就是id_user...#} {{ filed }}
{% endfor %}
{# 点击label就相当于点击input#}