Skip to content

Commit

Permalink
Merge pull request #80 from EarthSchlange/agagd_all_ratings_page_nore…
Browse files Browse the repository at this point in the history
…verse

Changed exception for AllRatingsTable.
  • Loading branch information
Michael Hiiva authored Jun 3, 2020
2 parents 032fe8c + ba3187a commit a4f9fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agagd/agagd_core/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def render_chapter_id(self, value):
chapter_html = mark_safe("<a href='{}'>{}</a>".format(chapter_url, members_chapter.name))
else:
chapter_html = u"\u2014"
except ObjectDoesNotExist:
except:
chapter_html = u"\u2014"
return chapter_html

Expand Down

0 comments on commit a4f9fd6

Please sign in to comment.