{% extends "default/base.html" %} {% load business_tag %} {% block content %}
{% include "ztree/ztree_js.html" %}
{% if content_status %}

{{ bus_data }}

{% include "ztree/active.html" %}
{% csrf_token %}

{% else %}

Alert!

Warning! 走错地方了吧,或许你的URL不应该是你有权限访问的哦
{% endif %}
{% include "ztree/edit_node.html" %} {% endblock %}