Add is_gold parameter to user JSON.

This commit is contained in:
Max Goodman
2011-05-17 10:28:41 -07:00
parent 2566c0c13e
commit 18cdeee38d

View File

@@ -202,7 +202,8 @@ class AccountJsonTemplate(ThingJsonTemplate):
comment_karma = "comment_karma",
has_mail = "has_mail",
has_mod_mail = "has_mod_mail",
is_mod = "is_mod"
is_mod = "is_mod",
is_gold = "gold"
)
def thing_attr(self, thing, attr):