{% extends 'base.html' %} {% block self_head_css_js %} {% endblock %} {% block content %}
{% if region_id %}
{% else %} {% endif %} {% csrf_token %} {% for field in form %}
{{ field.errors }} {% if field.html_name == "owner" %} {{ field.label_tag }} {{ field }}
{% else %} {{ field.label_tag }} {{ field }} {% endif %}
{% endfor %}

    
  • 返回

  • {#用于接收appowner_base.html中layui子层的传值#}
    {% endblock %}