{% extends 'base.html' %} {% load mytags %} {% block content %} {% include 'nav_cat_bar.html' %}
编辑用户信息
{% if error %}
{{ error }}
{% endif %} {% if msg %}
{{ msg }}
{% endif %}
登陆web的密码
重新生成 重新生成密钥,需要重新下载并导入
{% endblock %} {% block self_footer_js %} {% endblock %}