{% extends "base.html" %} {% load static thumbnail %} {% block extra_css %} {{block.super}} {% endblock %} {% block content %} 我的信息 基础信息 {% if request.site.setting.enabled_phonenumber %} 修改手机号码 {% endif %} 邮箱设置 修改密码 {% include "messages.html" %} {% if request.path == '/accounts/profile/' %} 头像 {% if user.avatar %} {% thumbnail user.avatar "128x128" crop="center" as im %}{% endthumbnail %} {% else %} {% endif %} {% csrf_token %} 编辑 {% endif %} {% block inner %} {% csrf_token %} {% include "form_snippet.html" %} 保存 取消 {% endblock %} {% endblock %} {% block extra_js %} {{block.super}} {% endblock %}
我的信息
保存
取消