+ {% if subpage %} +
+
+
+

{{ subpage_title }}

+
+
+
+ 返回个人中心 +
+ {% if subpage == "username" %} +
+
+ + +
+ +
+
+ {% endif %} + {% if subpage == "password" %} + {% if permission_name != "管理员" and not profile_user.manage_key %} +
+
+ + +
+
+ + +
+ +
+
+ {% else %} +
无权限
+ {% endif %} + {% endif %} + {% if subpage == "registration-code" %} +
+
+ + +
+
+ +
+
输入注册码后自动显示 key 预览
+
+
+ +
+
+ {% endif %} +
+ {% else %}
@@ -65,7 +121,7 @@
-

用户名: {{ profile_user.username }}

+

用户名: {{ profile_user.username }}

用户ID: {{ profile_user.user_id }}

注册码: {{ profile_user.registration_code|default:"无" }}

所属: {{ profile_user.key|join:"、"|default:"未填写" }}

@@ -74,6 +130,21 @@
+
+
+
+

账号设置

+
+
+
+ 修改用户名 + {% if permission_name != "管理员" and not profile_user.manage_key %} + 修改密码 + {% endif %} + 替换注册码 +
+
+
我的提交
{% if achievements %}
@@ -96,49 +167,6 @@ 去上传第一张图片吧!
{% endif %} - -
-
-
-

替换注册码

-
-
-
-
- - -
-
- -
-
输入注册码后自动显示 key 预览
-
-
- -
-
-
- - {% if permission_name != "管理员" and not profile_user.manage_key %} -
-
-
-

修改密码

-
-
-
-
- - -
-
- - -
- -
-
-
{% endif %}