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

网站设置

{% csrf_token %}
{{form.switch_mail}}
{% include "base/form_errors.html" %} {% include "base/form_messages.html" %}
{% endblock content %}