We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af891db commit 496b80bCopy full SHA for 496b80b
gameserver/admin.py
@@ -318,7 +318,6 @@ def last_correct_submission_obj(self, obj):
318
).latest("date_created")
319
except Submission.DoesNotExist:
320
return "No correct submissions"
321
- print(format_html("<a href='{url}'>{url}</a>", url=obj.get_absolute_admin_url()))
322
return format_html("<a href='{url}'>{url}</a>", url=obj.get_absolute_admin_url())
323
324
last_correct_submission_obj.allow_tags = True
0 commit comments