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 %}