{% extends 'base.html' %} {% load mytags %} {% block content %} {% include 'nav_cat_bar.html' %}
编辑用户信息
{% if error %}
{{ error }}
{% endif %} {% if msg %}
{{ msg }}
{% endif %}
登陆web的密码
{% for r, role_name in user_role.items %}
{% endfor %}
{% endblock %} {% block self_footer_js %} {% endblock %}