add private zone in templates. Because it should have. It is always to False because it doesn't support for private zones.
This commit is contained in:
parent
1448cf3541
commit
1ac40cbaf6
2 changed files with 7 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ class FakeZone(object):
|
|||
self.name = name
|
||||
self.id = id_
|
||||
self.comment = comment
|
||||
self.private_zone = False
|
||||
self.rrsets = []
|
||||
|
||||
def add_rrset(self, record_set):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue