{% extends "bee_django_course_simple/base.html" %} {% load static %} {% load bootstrap3 %} {% block content %}

{{ section.course.title }} -> 课件【{{ section.title }}】详情 -> {% if type == 'add' %}添加{% elif type == 'update' %}修改{% endif %}小节

{% csrf_token %} {% bootstrap_form form %} {% bootstrap_button '保存' name='ok' %}
{% endblock %} {% block scripts %} {% endblock %}