From 021e7717e0dcdb5a18271b60446e2aa5edec5833 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 25 Apr 2012 02:34:18 -0500 Subject: Add country flag to individual mirror details page Signed-off-by: Dan McGee --- templates/mirrors/mirror_details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/mirrors/mirror_details.html b/templates/mirrors/mirror_details.html index 6fe68f36..3218cdce 100644 --- a/templates/mirrors/mirror_details.html +++ b/templates/mirrors/mirror_details.html @@ -21,7 +21,7 @@ Country: - {{ mirror.country.name|default:'Worldwide' }} + {% if mirror.country %} {% endif %}{{ mirror.country.name|default:'Worldwide' }} Has ISOs: -- cgit v1.2.3-55-g3dc8