From: yomguy Date: Mon, 9 Jul 2012 10:41:19 +0000 (+0200) Subject: fix colors X-Git-Tag: 0.6^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=93a8fa1c3dc9a58eca478400e32f3dba8100a8b4;p=teleforma.git fix colors --- 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 %}