zone lists are now clickable

This commit is contained in:
Jeffrey Forman 2011-04-14 14:48:34 -04:00
parent ad689c48d4
commit 84953e3b16
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ DNS Server Zone List:
<ul>
{% for current_zone in zone_array %}
<li> {{ current_zone }} </li>
<li> <a href="/info/{{ dns_hostname }}/{{ current_zone }}/"> {{ current_zone }} </li>
{% endfor %}
</ul>