From 5df255a5b61117f5e48a638b11470a092b8326c6 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 28 Mar 2011 18:26:55 -0500 Subject: Enhance the mirror details page Get the URLs with their performance data showing up, and simplify the top part for non-authenticated users while adding more detail for logged-in users. Signed-off-by: Dan McGee --- templates/mirrors/mirrors.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'templates/mirrors/mirrors.html') diff --git a/templates/mirrors/mirrors.html b/templates/mirrors/mirrors.html index 56f23db..67a678d 100644 --- a/templates/mirrors/mirrors.html +++ b/templates/mirrors/mirrors.html @@ -15,7 +15,6 @@ {% if user.is_authenticated %} Public Active - Rsync IPs Admin Email Notes {% endif %} @@ -33,7 +32,6 @@ {% if user.is_authenticated %} {{mirror.public|yesno}} {{mirror.active|yesno}} - {{mirror.rsync_ips.all|join:', '}} {{mirror.admin_email}} {{mirror.notes|linebreaks}} {% endif %} -- cgit v1.2.3-24-g4f1b