Skip to content

Commit

Permalink
Merge 2134c58 into f4ce026
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantoinedupre authored Jan 19, 2023
2 parents f4ce026 + 2134c58 commit 8d09ddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geotrek/trekking/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,7 @@ def filter_source(self, src, val):

def filter_difficulty(self, src, val):
types_clientele = val
difficulty_level = None
for tc in types_clientele:
if tc['id'] in self.types_clientele_ids_as_difficulty_levels:
difficulty_level = tc
Expand Down

0 comments on commit 8d09ddc

Please sign in to comment.