用户注册
{% for field in form %}
{{field.label}}: {{field}} {{field.errors[0] }}
{% endfor %}