From 080dde1dd0f248312b819d5188ca9e43b2da55ae Mon Sep 17 00:00:00 2001 From: eric Date: Mon, 10 Nov 2014 13:40:25 -0500 Subject: [PATCH] might as well go all the way on avatar privacy for download page only --- frontend/templates/base.html | 4 ++-- frontend/templates/download.html | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/templates/base.html b/frontend/templates/base.html index b9357a23..f234dd4e 100644 --- a/frontend/templates/base.html +++ b/frontend/templates/base.html @@ -78,8 +78,8 @@
  • Hi, {{ user.username }}
  • -
  • - Avatar for {{ user.username }} +
  • {% block avatar %} + Avatar for {{ user.username }}{% endblock %} {% if unseen_count %} {{ unseen_count }} {% endif %} diff --git a/frontend/templates/download.html b/frontend/templates/download.html index 81fc7464..3c106557 100644 --- a/frontend/templates/download.html +++ b/frontend/templates/download.html @@ -17,6 +17,9 @@ $j(document).ready(function() { {% endblock %} +{% block avatar %} + private +{% endblock %} {% block content %}