Add accounts_active information to the JSON template.

This commit is contained in:
Jason Harvey
2012-08-21 18:58:00 -07:00
parent 90fb87da88
commit 367c4201a3

View File

@@ -210,7 +210,9 @@ class SubredditJsonTemplate(ThingJsonTemplate):
display_name = "name",
header_img = "header",
header_size = "header_size",
header_title = "header_title")
header_title = "header_title",
accounts_active = "accounts_active",
)
def thing_attr(self, thing, attr):
# Don't reveal revenue information via /r/lounge's subscribers