From c2daf46358216bdc784430d812c10f8f249a23dc Mon Sep 17 00:00:00 2001 From: Jeffrey Forman Date: Sun, 1 Dec 2013 18:05:01 -0500 Subject: [PATCH] update url template references to be django 1.5 friendly --- binder/templates/base.htm | 2 +- binder/templates/bcommon/list_server_zones.htm | 2 +- binder/templates/bcommon/list_servers.htm | 2 +- binder/templates/bcommon/list_zone.htm | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/binder/templates/base.htm b/binder/templates/base.htm index d916929..88481b9 100644 --- a/binder/templates/base.htm +++ b/binder/templates/base.htm @@ -19,7 +19,7 @@ {% endblock navigation %} diff --git a/binder/templates/bcommon/list_server_zones.htm b/binder/templates/bcommon/list_server_zones.htm index cd9b678..b1f278d 100644 --- a/binder/templates/bcommon/list_server_zones.htm +++ b/binder/templates/bcommon/list_server_zones.htm @@ -16,7 +16,7 @@ Server Zone List for {{ dns_server }} {% for current_zone in zone_array %} - {{ current_zone.zone_name }} + {{ current_zone.zone_name }} {{ current_zone.view_name }} {{ current_zone.zone_class }} diff --git a/binder/templates/bcommon/list_servers.htm b/binder/templates/bcommon/list_servers.htm index 8f6f22c..9343911 100644 --- a/binder/templates/bcommon/list_servers.htm +++ b/binder/templates/bcommon/list_servers.htm @@ -13,7 +13,7 @@ Server List {% for current_server in server_info %} - {{ current_server.host_name }} + {{ current_server.host_name }} {% for type, data in current_server.ip_address %} {{type}}: {{data}}
{% endfor %} diff --git a/binder/templates/bcommon/list_zone.htm b/binder/templates/bcommon/list_zone.htm index e9b3955..1aa334f 100644 --- a/binder/templates/bcommon/list_zone.htm +++ b/binder/templates/bcommon/list_zone.htm @@ -7,7 +7,7 @@ Zone listing for {{ zone_name }} on {{ dns_server }} {% block body %} {% if not errors %} -
{% csrf_token %} +{% csrf_token %} @@ -36,7 +36,7 @@ Zone listing for {{ zone_name }} on {{ dns_server }} @@ -47,7 +47,7 @@ Zone listing for {{ zone_name }} on {{ dns_server }}
Select
-Add Record +Add Record
{% endif %}