{% extends "base_content.html" %} {% load i18n %} {% block head %} {% endblock %} {% block content %}

{{ request.user.username }}账户设置

{% if msg %}

{{ msg }}

{% endif %}
» 修改密码
{% trans "Give your account a new password." %}
» 更换电子邮件
{% trans "Add or update the email address associated with your account." %}
{% if is_openid %}
» 更换OpenID地址
{% trans "Change openid associated to your account" %}
{% endif %}
» 删除帐号
{% trans "Erase your username and all your data from website" %}
{% endblock %}