diff --git a/templates/user/user-about.html b/templates/user/user-about.html index 834f6cd..f1d27ac 100644 --- a/templates/user/user-about.html +++ b/templates/user/user-about.html @@ -59,16 +59,7 @@ {{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 %}