{% extends "private_info/login_base.html" %} {% load static %} {% block title %} Login {% endblock %} {% block content %} {% if messages %} {% endif %}
密码不正确,请重新输入.
{% endif %} {% if next %} {% if user.is_authenticated %}该账号没有访问页面权限.
{% else %}请先登录.
{% endif %} {% endif %}