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