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

用户编辑

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