From 4d975b98fb0c7f7a293e065fed54afab2c0f5bd8 Mon Sep 17 00:00:00 2001 From: sxw Date: Tue, 8 Dec 2015 16:29:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8E=89=E4=BA=86=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E4=B8=BB=E9=A1=B5=E9=87=8C=E8=BF=98=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E5=90=8E=E7=AB=AF=E9=85=8D=E5=A5=97=E7=9A=84submission?= =?UTF-8?q?=E9=83=A8=E5=88=86=EF=BC=8C=E6=B7=BB=E5=8A=A0=E5=AD=A6=E6=A0=A1?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=EF=BC=8C=E4=BF=AE=E5=A4=8D=E4=BA=86settings?= =?UTF-8?q?=E9=87=8Ccodeforces=E7=94=A8=E6=88=B7=E5=90=8D=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E7=BC=96=E8=BE=91=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=8C?= =?UTF-8?q?=E5=8E=9F=E6=9D=A5=E6=98=AFhtml=E9=87=8C=E8=BE=B9=E6=8B=BC?= =?UTF-8?q?=E9=94=99=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/src/oj/account/settings.html | 4 ++-- template/src/oj/account/user_index.html | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/template/src/oj/account/settings.html b/template/src/oj/account/settings.html index f97e66d..5356024 100644 --- a/template/src/oj/account/settings.html +++ b/template/src/oj/account/settings.html @@ -64,8 +64,8 @@
- +
diff --git a/template/src/oj/account/user_index.html b/template/src/oj/account/user_index.html index a829a25..9ae7178 100644 --- a/template/src/oj/account/user_index.html +++ b/template/src/oj/account/user_index.html @@ -22,6 +22,9 @@ {% if user.userprofile.mood %}

{{ user.userprofile.mood }}

{% endif %} + {% if user.userprofile.school %} +

{{ user.userprofile.school }}

+ {% endif %}
@@ -57,7 +60,7 @@

{% endif %} - +

{{ user.create_time }} @@ -68,7 +71,7 @@ {{ user.userprofile.rank }} Rank

- --> +
{{ user.userprofile.accepted_number }} AC @@ -77,6 +80,7 @@ {{ user.userprofile.submissions_number }} Submissions
+ -->