{% extends "portal/base.html" %} {% block title %}注册 - 虾皮圈{% endblock %} {% block content %} 注册 注册成功后自动赠送 10 点试用点数,系统会写入注册赠点流水。 {% csrf_token %} {{ form.non_field_errors }} {{ form.as_p }} {% if redirect_field_value %} {% endif %} 注册 已有账号?登录 {% endblock %}