{% extends "base.html" %} {% block title %} 添加管理人员 {% endblock %} {% block content %}

添加管理人员

{% csrf_token %} {% for item in form %}
{{item}}
{{item.errors}}
{% endfor %}
{% endblock %}