{% extends 'base.html' %} {% load i18n %} {% load static %} {% load bootstrap %} {% block custom_head_css_js %} {% endblock %} {% block content %}
{{ action }}
{% csrf_token %}

基本信息

{{ form.name|bootstrap_horizontal }}
{% endblock %} {% block custom_foot_js %} {% endblock %}