{% extends "bee_django_exam/base.html" %} {% load static %} {% block content %} {% include 'bee_django_exam/logo.html' %} {% include 'bee_django_exam/nav.html' %}
{% csrf_token %} {{ form.as_ul }}
{# {% if cert %}#} {# 预览图:#} {# {{ cert }}#} {# {% endif %}#} {% endblock %} {% block scripts %} {% endblock %}