Change 1id_index back to using plain names, undoing an inadvertent change to names with title.

- Legacy-Id: 11986
This commit is contained in:
Henrik Levkowetz 2016-09-13 18:53:52 +00:00
parent a2c264b4b2
commit 807e89cb85

View file

@ -239,7 +239,7 @@ def active_drafts_index_by_group(extra_values=()):
if d:
if "authors" not in d:
d["authors"] = []
d["authors"].append(a.author.person.ascii_name())
d["authors"].append(a.author.person.plain_name())
# put docs into groups
for d in docs_dict.itervalues():