{% extends "bee_django_user/base.html" %} {% load static %} {% load bootstrap3 %} {% block nav %} {% include 'bee_django_user/logo.html' %} {% include 'bee_django_user/nav.html' %} {% endblock %} {% block content %}

添加/修改升级规则

{% csrf_token %} {% bootstrap_form form %} {% bootstrap_button '提交' %}
{# {% if cert %}#} {# 预览图:#} {# {{ cert }}#} {# {% endif %}#} {% endblock %} {% block scripts %} {% endblock %}