{% extends 'base.html' %} {% block content %}

登录

{% if form.errors %}
用户名或密码错误,请重试
{% endif %}
{% csrf_token %}
{% endblock %}