From d45bdbc4085994b7fc4a307ddb48f8dde78d0283 Mon Sep 17 00:00:00 2001
From: Bao Le <127121163+BaoLe106@users.noreply.github.com>
Date: Sun, 6 Aug 2023 20:06:47 +0800
Subject: [PATCH] Remove "From " in user about
---
templates/user/user-about.html | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/templates/user/user-about.html b/templates/user/user-about.html
index 834f6cd..ee7f395 100644
--- a/templates/user/user-about.html
+++ b/templates/user/user-about.html
@@ -59,16 +59,6 @@
{{user.user.first_name}}{% if user.user.last_name %} ({{user.user.last_name}}){% endif %}
{% endif %}
- {% with orgs=user.organizations.all() %}
- {% if orgs %}
- {{ _('From') }}
- {% for org in orgs -%}
- {{ org.name }}
- {%- if not loop.last %}, {% endif %}
- {% endfor %}
-
- {% endif %}
- {% endwith %}
{% if perms.judge.change_profile %}
{% with notes=user.notes %}
{% if notes %}
@@ -78,7 +68,6 @@
{% endif %}
{% endwith %}
{% endif%}
-
{% if user.about %}
{{ _('About') }}
{% cache 86400 'user_about' user.id MATH_ENGINE %}