{% extends 'myadmin/base.html' %} {% load static %} {% load thumbnail %} {% block content %}

用户添加

{% csrf_token %}
{{ form.username }}
{{ form.password }}
{{form.is_staff}}
{% include "base/form_errors.html" %} {% include "base/form_messages.html" %}
{% endblock content %}