From 46ffe7a72d501cbdd19e5b659c83cc2b9cd40c8a Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Fri, 13 May 2016 22:30:59 -0500 Subject: [PATCH] karma: remove the rank from the index table it's kind of redundant anyway, since we include the score --- dr_botzo/karma/templates/karma/index.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dr_botzo/karma/templates/karma/index.html b/dr_botzo/karma/templates/karma/index.html index 04d9d66..e6a0f47 100644 --- a/dr_botzo/karma/templates/karma/index.html +++ b/dr_botzo/karma/templates/karma/index.html @@ -15,14 +15,12 @@ Key Score - Rank Key Score - Rank @@ -30,7 +28,6 @@ {{ entry.key }} {{ entry.score }} - {{ entry.rank }} {% endfor %} @@ -39,8 +36,8 @@