WIP: preliminary framework for deleting records from zone RR list

This commit is contained in:
Jeffrey Forman 2011-04-22 22:28:38 -04:00
parent f95ac516e1
commit 41509f6898
1 changed files with 3 additions and 1 deletions

View File

@ -76,4 +76,6 @@ def list_zone(request, dns_hostname, zone_name):
return render_to_response('bcommon/list_zone.htm',
{ 'record_array' : record_array,
'dns_hostname' : dns_hostname })
'dns_hostname' : dns_hostname,
'rr_server' : dns_hostname,
'rr_domain' : zone_name})