{% extends "private_info/main-base.html" %} {% load static %} {% block main-content %}
{% csrf_token %} {{ form.as_p }} {% if ext_info.password_type == 'recover' %} 修改 {% else %} 修改 {% endif %} {% if ext_info.allow_show %} 查看 {% endif %}
{% endblock %}