From d793e6c55ceb770c58294ac06e6f3c9458dff7c4 Mon Sep 17 00:00:00 2001
From: Andrew Williams
Date: Wed, 6 Aug 2014 14:47:35 +0100
Subject: [PATCH] Simplify template
Instead of doing a lot of if checks for type, just use the type directly, as its already in the format we need.
---
standings/templates/standings_list.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/standings/templates/standings_list.html b/standings/templates/standings_list.html
index b9edd2a..b28817e 100644
--- a/standings/templates/standings_list.html
+++ b/standings/templates/standings_list.html
@@ -11,7 +11,7 @@
{{ type }}
{% for type, id, entname, standing in standings[type] %}
-
+
{% endfor %}