{% extends 'bee_django_course/base.html' %} {% load bootstrap3 %} {% block content %}
{% csrf_token %} {% bootstrap_form form %} {% bootstrap_button '保存' %}
{% endblock content %}