Decribe the maintainer
This commit is contained in:
parent
246032f03e
commit
e6e6d350f8
|
@ -15,7 +15,7 @@ def getWhoisObjectFields(obj, owner):
|
||||||
|
|
||||||
c = type(obj)
|
c = type(obj)
|
||||||
if c == whoisdb.models.Maintainer:
|
if c == whoisdb.models.Maintainer:
|
||||||
_addFields(fields, obj, ["admin_c"])
|
_addFields(fields, obj, ["description", "admin_c"])
|
||||||
if owner:
|
if owner:
|
||||||
_addFields(fields, obj, ["auth"])
|
_addFields(fields, obj, ["auth"])
|
||||||
elif c == whoisdb.models.Contact:
|
elif c == whoisdb.models.Contact:
|
||||||
|
|
Loading…
Reference in New Issue