注册页面
{% csrf_token %} {% for field in form %}
{{ field.label }}
{{ field }}
{% endfor %}
头像