{% extends 'base/base.html' %} {% block title %} 登录-学生寝室管理系统 {% endblock title %} {% block styles %} {{ super() }} {% endblock styles %} {% block content %}

登录

请输入您的账号密码

{#
#} {# {{ form.hidden_tag() }}#} {# {{ form.name.label }} {{ form.name() }}#} {# {{ form.submit() }}#} {#
#}
{{ form.hidden_tag() }} {{ form.account }}
{{ form.password }}
{{ form.submit }}
{# #} {#
#} {#
#} {#
#} {# #} {#
#} {#
#} {#
注册账号
#} {# #} {#
#}
{% endblock content %}