From b974cb1ccc415679ae4dbd182db0fea8d2fc71cc Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Wed, 18 Jul 2018 13:45:04 -0400 Subject: [PATCH] Use your avatar for the favicon: tell multiple accounts apart in tabs --- brutaldon/templates/base.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/brutaldon/templates/base.html b/brutaldon/templates/base.html index 7848249..9c765b9 100644 --- a/brutaldon/templates/base.html +++ b/brutaldon/templates/base.html @@ -24,7 +24,11 @@ {% else %} {% endif %} - + {% if own_acct %} + + {% else %} + + {% endif %} {% block navbar %}