{% extends "pub/basepage.html"%} {% block title%} 分类管理 {% endblock %} {% block content %}
{% if message%} {{message}} {% endif %}
{% csrf_token %}
名称
排序
{% if categoryList %} {% for categoryInfo in categoryList%} {% endfor %} {% endif %}
{{categoryInfo.name}} {{categoryInfo.sort_num}} 编辑   删除
{% endblock %} {% block sidebar%}
文章管理
分类管理
{% endblock %}