template_helpers: Point to /about/team for info on admins.

This commit is contained in:
Ricky Ramirez
2012-12-28 11:02:09 -08:00
parent bd03654eaf
commit be5fb02d14

View File

@@ -484,7 +484,7 @@ def add_attr(attrs, kind, label=None, link=None, cssclass=None, symbol=None):
if not label:
label = _('reddit admin, speaking officially')
if not link:
link = '/help/faq#Whorunsreddit'
link = '/about/team'
elif kind in ('X', '@'):
priority = 5
cssclass = 'gray'