Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
cms/home/home_tags: fix relict from refactoring to field of action
Browse files Browse the repository at this point in the history
  • Loading branch information
Rineee authored and rmader committed Dec 24, 2020
1 parent 22a7dc4 commit c7e5b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/home/templatetags/home_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def load_ideas(year, field_of_action, ordering, status):
if year:
ideas = idea_filter_set.filters['project'].filter(ideas, year)
if field_of_action:
ideas = idea_filter_set.filters['idea_field_of_action']\
ideas = idea_filter_set.filters['field_of_action']\
.filter(ideas, field_of_action)
if ordering:
ideas = idea_filter_set.filters['ordering'].filter(ideas, [ordering])
Expand Down

0 comments on commit c7e5b65

Please sign in to comment.