Skip to content

Commit

Permalink
see #639 Una implementazione migliorata dovrebbe prevedere tab separati
Browse files Browse the repository at this point in the history
per le cariche appartenenti ora e in passato
  • Loading branch information
scaloni committed Jul 26, 2017
1 parent 52604f1 commit 468e4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_municipio/people/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def get_context_data(self, **kwargs):

members = SearchQuerySet()\
.filter(django_ct = 'people.institutioncharge')\
.filter(group=self.object.slug)
.filter(current_group=self.object.slug)

try:
extra_context['group_result'] = SearchQuerySet()\
Expand Down

0 comments on commit 468e4fa

Please sign in to comment.