From 6f0ae6746baea657ee6d7c21ac0813a04f825443 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 14 Jan 2013 01:00:11 -0600 Subject: Drop country column from mirror table We now always look for this information at the URL level, not the mirror level. This simplifies quite a bit of code in and around the mirror views. Signed-off-by: Dan McGee --- templates/mirrors/mirrors.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'templates/mirrors/mirrors.html') diff --git a/templates/mirrors/mirrors.html b/templates/mirrors/mirrors.html index c83d0d43..458b693f 100644 --- a/templates/mirrors/mirrors.html +++ b/templates/mirrors/mirrors.html @@ -10,7 +10,6 @@ Server Tier - Country ISOs Protocols {% if user.is_authenticated %} @@ -27,7 +26,6 @@ {{ mirror.name }} {{ mirror.get_tier_display }} - {% if mirror.country %} {% endif %}{{ mirror.country.name }} {{ mirror.isos|yesno|capfirst }} {{ mirror.protocols|join:", " }} {% if user.is_authenticated %} @@ -45,7 +43,7 @@ {% endblock %} -- cgit v1.2.3-2-g168b