{% extends 'base.html' %} {% load mytags %} {% block content %} {% include 'nav_cat_bar.html' %}
项目设置
{% if error %}
{{ error }}
{% endif %} {% if msg %}
{{ msg }}
{% endif %}
组名
{% endblock %}