+
+ {% else %}
+
+
+
+ {{ 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" %}
+
+ {% endif %}
+
@@ -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 achievements %}
@@ -96,49 +167,6 @@
去上传第一张图片吧!
{% endif %}
-
-
-
-
- {% if permission_name != "管理员" and not profile_user.manage_key %}
-
-
-
-
-
- 替换注册码
-
-
{% endif %}
-
-
-
-
-