{% extends "bee_django_referral/base.html" %} {% load static %} {% load bootstrap3 %} {% block content %} {% include 'bee_django_referral/logo.html' %} {% include 'bee_django_referral/nav.html' %} {% if activity %}

修改【{{ activity.name }}】

{% else %}

添加活动

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