diff --git a/src/accounts/templates/accounts/user_detail.html b/src/accounts/templates/accounts/user_detail.html index 45617d4..66cd3dd 100644 --- a/src/accounts/templates/accounts/user_detail.html +++ b/src/accounts/templates/accounts/user_detail.html @@ -34,6 +34,7 @@ {{ user_.institution }} {% endif %} + {% if request.user.is_active %} {% if user_.twitter %}
  • {{ user_.twitter }}
  • {% endif %} @@ -46,6 +47,7 @@ {% if user_.webpage %}
  • {{ user_.webpage }}
  • {% endif %} + {% endif %} -- libgit2 0.21.2