From 814415e608f460ab5013da1c078f51189dc19b5e Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Thu, 25 Oct 2012 08:15:05 -0400 Subject: [PATCH] Let admin see who anonymous is on homepage (#329) --- www/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/index.html b/www/index.html index 1c226fda44..10cbbbdaa4 100644 --- a/www/index.html +++ b/www/index.html @@ -130,7 +130,9 @@

Top Givers

$ {{ giver['amount'] }} {% if giver['anonymous'] %} - anonymous + anonymous{% if user.ADMIN %} + {{ giver['tipper'] }} + {% end %} {% else %} {{ giver['tipper'] }} {% end %}