Skip to content

Commit

Permalink
correct return fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftkilla123 committed Apr 10, 2024
1 parent f63fe86 commit e4a674b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion player/templatetags/app_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def clean_travel_status(raw_html):
travel_text = travel_text[0].upper() + travel_text[1:]
return travel_text

return raw_html
return cleantext


@register.filter(name="string2List")
Expand Down

0 comments on commit e4a674b

Please sign in to comment.