Decribe the maintainer

This commit is contained in:
Sebastian Lohff 2017-03-27 02:22:51 +02:00
parent 246032f03e
commit e6e6d350f8
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ def getWhoisObjectFields(obj, owner):
c = type(obj)
if c == whoisdb.models.Maintainer:
_addFields(fields, obj, ["admin_c"])
_addFields(fields, obj, ["description", "admin_c"])
if owner:
_addFields(fields, obj, ["auth"])
elif c == whoisdb.models.Contact: