Added missing parenthesis.
- Legacy-Id: 6043
This commit is contained in:
parent
8df981a25d
commit
4376c7d279
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue