Skip to content

Commit ba3187a

Browse files
committed
Changed exception for AllRatingsTable.
1 parent 032fe8c commit ba3187a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agagd/agagd_core/tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def render_chapter_id(self, value):
202202
chapter_html = mark_safe("<a href='{}'>{}</a>".format(chapter_url, members_chapter.name))
203203
else:
204204
chapter_html = u"\u2014"
205-
except ObjectDoesNotExist:
205+
except:
206206
chapter_html = u"\u2014"
207207
return chapter_html
208208

0 commit comments

Comments
 (0)