{% extends "bee_django_referral/base.html" %} {% load static %} {% load bootstrap3 %} {% block content %} {% include 'bee_django_referral/logo.html' %} {% include 'bee_django_referral/nav.html' %}
{% csrf_token %} {% bootstrap_form form %} {% bootstrap_button "提交" %}
{% endblock %} {% block scripts %} {% endblock %}