{% 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' %}
{% csrf_token %} {% bootstrap_form form %} {% bootstrap_button '提交' %}
{% endblock %} {% block scripts %} {% endblock %}