{% load staticfiles %} 注册

用户注册

注册

{% csrf_token %} {% for field in form %} {{ field.label_tag }} {{ field }} {{ field.errors }} {% if field.help_text %}

{{ field.help_text|safe }}

{% endif %} {% endfor %}
{#
#} {# 已有账号登录#} {#
#}



Copyright © 2018 大数据分析与应用 | Designed by Zhuguan Kang