From 845769e156520708acf65c8f3ec2756476202cc7 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 13 Jul 2013 09:51:33 -0500 Subject: Show alternate email on mirror details page Signed-off-by: Dan McGee --- templates/mirrors/mirror_details.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/mirrors/mirror_details.html b/templates/mirrors/mirror_details.html index ccd6eb57..1c7f5633 100644 --- a/templates/mirrors/mirror_details.html +++ b/templates/mirrors/mirror_details.html @@ -48,6 +48,10 @@ Admin Email: {% if mirror.admin_email %}{{ mirror.admin_email }}{% else %}None{% endif %} + + Alternate Email: + {% if mirror.alternate_email %}{{ mirror.alternate_email }}{% else %}None{% endif %} + Notes: {{ mirror.notes|linebreaks }} -- cgit v1.2.3-55-g3dc8