{% 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 %} {% include 'bee_django_user/messages.html' %}

添加/修改【{{ record.user.first_name }}】的记录

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