Added missing parenthesis.

- Legacy-Id: 6043
This commit is contained in:
Henrik Levkowetz 2013-08-12 22:07:19 +00:00
parent 8df981a25d
commit 4376c7d279

View file

@ -207,7 +207,7 @@ def active_drafts_index_by_group(extra_values=()):
active_state = State.objects.get(type="draft", slug="active")
groups_dict = dict((g.id, g) for g in Group.objects.all()
groups_dict = dict((g.id, g) for g in Group.objects.all())
extracted_values = ("name", "rev", "title", "group_id") + extra_values