diff --git a/karma/templates/karma/index.html b/karma/templates/karma/index.html index 2fd70f1..ddf4c95 100644 --- a/karma/templates/karma/index.html +++ b/karma/templates/karma/index.html @@ -2,8 +2,8 @@ {% load static %} {% block extra_media %} - - + + {% endblock %} {% block title %}karma{% endblock %} @@ -23,19 +23,14 @@ Score - - {% for entry in entries %} - - {{ entry.key }} - {{ entry.score }} - - {% endfor %} -