From bf62d083d818f074522f7fb095f93987afbb5bdc Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 12 Sep 2012 09:31:21 +0200 Subject: Improve the user voting display (only one SQL query) --- hyperkitty/templates/user_profile.html | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'hyperkitty/templates') diff --git a/hyperkitty/templates/user_profile.html b/hyperkitty/templates/user_profile.html index 3077141..8f73e81 100644 --- a/hyperkitty/templates/user_profile.html +++ b/hyperkitty/templates/user_profile.html @@ -33,12 +33,12 @@ + {% if settings.USE_MOCKUPS %} -

Up Votes :

+

Up Votes :

Down Votes :

- + {% endif %} -- cgit