{% extends "bee_django_exam/base.html" %} {% load static %} {% load bootstrap3 %} {% block content %}
{% csrf_token %} {% bootstrap_form form %} {% bootstrap_button '提交' %}
{# {% if cert %}#} {# 预览图:#} {# {{ cert }}#} {# {% endif %}#} {% endblock %} {% block scripts %} {% endblock %}