From 2ef660e108d424c47d1d35f97ed660d8e96680a0 Mon Sep 17 00:00:00 2001 From: BaoLe106 Date: Sat, 5 Aug 2023 21:48:44 +0800 Subject: [PATCH] Bao's pull request --- templates/user/user-about.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/user/user-about.html b/templates/user/user-about.html index f1d27ac..ee7f395 100644 --- a/templates/user/user-about.html +++ b/templates/user/user-about.html @@ -59,7 +59,6 @@ {{user.user.first_name}}{% if user.user.last_name %} ({{user.user.last_name}}){% endif %}

{% endif %} - {% if perms.judge.change_profile %} {% with notes=user.notes %} {% if notes %} @@ -69,7 +68,6 @@ {% endif %} {% endwith %} {% endif%} - {% if user.about %}

{{ _('About') }}

{% cache 86400 'user_about' user.id MATH_ENGINE %}