From 0153af6e2ed6671ea2ee013a7f551ba7c61a5c88 Mon Sep 17 00:00:00 2001 From: Rene Martin Date: Sun, 4 Apr 2010 19:02:25 +0100 Subject: Trying to commit all my work --- src/lib/Server/Hostbase/hostbase/webtemplates/zones.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/lib/Server/Hostbase/hostbase/webtemplates/zones.html') diff --git a/src/lib/Server/Hostbase/hostbase/webtemplates/zones.html b/src/lib/Server/Hostbase/hostbase/webtemplates/zones.html index b8bbc9d90..405b748f9 100644 --- a/src/lib/Server/Hostbase/hostbase/webtemplates/zones.html +++ b/src/lib/Server/Hostbase/hostbase/webtemplates/zones.html @@ -14,8 +14,7 @@ {% endblock %} {% block content %} - -{% if zones %} +{% if zone_list %} @@ -24,7 +23,7 @@ - {% for zone in zones|dictsort:"zone" %} + {% for zone in zone_list|dictsort:"zone" %} -- cgit v1.2.3-1-g7c22
zone
{{ zone.zone }} view edit