Bao's pull request

This commit is contained in:
BaoLe106 2023-08-05 21:48:44 +08:00
parent d0a7a5ecc3
commit 2ef660e108

View file

@ -59,7 +59,6 @@
{{user.user.first_name}}{% if user.user.last_name %} ({{user.user.last_name}}){% endif %}
</p>
{% endif %}
{% if perms.judge.change_profile %}
{% with notes=user.notes %}
{% if notes %}
@ -69,7 +68,6 @@
{% endif %}
{% endwith %}
{% endif%}
{% if user.about %}
<h4>{{ _('About') }}</h4>
{% cache 86400 'user_about' user.id MATH_ENGINE %}