{% include 'script.html' %} {% include 'link_css.html' %}
PASSWORD

{% if data.first_name %}{{ data.first_name }}{% else %}{{ data.username }}{% endif %}

{% csrf_token %}
{% if uf.errors or not status %}
密码必须为英文数字特殊符号组成
{% endif %}