summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Hostbase/hostbase/webtemplates/zones.html
diff options
context:
space:
mode:
authorRene Martin <rene@minicroso.(none)>2010-04-04 19:02:25 +0100
committerSol Jerome <solj@ices.utexas.edu>2010-04-08 09:03:39 -0500
commit0153af6e2ed6671ea2ee013a7f551ba7c61a5c88 (patch)
treec118c3603ace9e78739f79601a7fa2016240a8a3 /src/lib/Server/Hostbase/hostbase/webtemplates/zones.html
parent66f08b0a6dd519009c6d2094421498e4d446114e (diff)
downloadbcfg2-0153af6e2ed6671ea2ee013a7f551ba7c61a5c88.tar.gz
bcfg2-0153af6e2ed6671ea2ee013a7f551ba7c61a5c88.tar.bz2
bcfg2-0153af6e2ed6671ea2ee013a7f551ba7c61a5c88.zip
Trying to commit all my work
Diffstat (limited to 'src/lib/Server/Hostbase/hostbase/webtemplates/zones.html')
-rw-r--r--src/lib/Server/Hostbase/hostbase/webtemplates/zones.html5
1 files changed, 2 insertions, 3 deletions
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 %}
<table border="0" width="100%">
<colgroup>
<col width="200">
@@ -24,7 +23,7 @@
<col width="*">
<tr> <td><b>zone</b></td>
</tr>
- {% for zone in zones|dictsort:"zone" %}
+ {% for zone in zone_list|dictsort:"zone" %}
<tr> <td> {{ zone.zone }}</td>
<td> <a href="{{ zone.id }}">view</a> </td>
<td> <a href="{{ zone.id }}/edit">edit</a> </td>