From 6fa773bcabe64f1f413fb2796078380fd3abf895 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 29 Mar 2011 02:15:27 -0500 Subject: Link email address if available Signed-off-by: Dan McGee --- templates/mirrors/mirror_details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/mirrors/mirror_details.html') diff --git a/templates/mirrors/mirror_details.html b/templates/mirrors/mirror_details.html index ae7ec63..1795d0f 100644 --- a/templates/mirrors/mirror_details.html +++ b/templates/mirrors/mirror_details.html @@ -41,7 +41,7 @@ Admin Email: - {{ mirror.admin_email }} + {% if mirror.admin_email %}{{ mirror.admin_email }}{% else %}None{% endif %} Notes: -- cgit v1.2.3-24-g4f1b