From 93a8fa1c3dc9a58eca478400e32f3dba8100a8b4 Mon Sep 17 00:00:00 2001 From: yomguy Date: Mon, 9 Jul 2012 12:41:19 +0200 Subject: [PATCH] fix colors --- teleforma/templates/telemeta/base.html | 1 - teleforma/templates/telemeta/profile_detail.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/teleforma/templates/telemeta/base.html b/teleforma/templates/telemeta/base.html index 33ffa20b..a533dfe0 100644 --- a/teleforma/templates/telemeta/base.html +++ b/teleforma/templates/telemeta/base.html @@ -82,7 +82,6 @@ alt="logo" />
  • {% trans "Users" %}
  • {% endif %} - {% if user.is_authenticated %} {% if user.is_staff %}
  • {% trans "Archives" %} diff --git a/teleforma/templates/telemeta/profile_detail.html b/teleforma/templates/telemeta/profile_detail.html index 58c0a96c..fa4a347a 100644 --- a/teleforma/templates/telemeta/profile_detail.html +++ b/teleforma/templates/telemeta/profile_detail.html @@ -31,7 +31,7 @@ {% endblock %} - {% if user.is_authenticated %} + {% if user.is_authenticated and user.username != usr.username %} -- 2.39.5