{% extends "bee_django_user/base.html" %} {% load static %} {% load bootstrap3 %} {% block content %} {% include 'bee_django_user/logo.html' %} {% include 'bee_django_user/nav.html' %} {% include 'bee_django_user/messages.html' %}

添加{{ user.first_name }}的请假/延期记录

查看全部记录 原结课日期为:{{ user.userprofile.expire_date|default:"无" }}
说明:
【请假】类型:到请假区间后,自动更改学生状态为【请假】。
【延期】类型:可直接填写结束日期,不更改学生状态。

{% csrf_token %} {% bootstrap_form form %} {% bootstrap_button '提交' %}
{% endblock %} {% block scripts %} {% endblock %}