Skip to content

Commit

Permalink
tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
acholyn committed Jan 20, 2025
1 parent 867c413 commit 15fe6be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mod_app/admin/film_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ def safe_comments(self, obj):
safe_comments.short_description = "Comments"

def safe_alt_titles(self, obj):
# return format_html(str(obj.alt_titles))
formatted_titles = mark_safe(str(obj.alt_titles).replace(",", ",<br>"))
return format_html(formatted_titles)

Expand Down

0 comments on commit 15fe6be

Please sign in to comment.