We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029d199 commit 309a11fCopy full SHA for 309a11f
judge/admin/comments.py
@@ -26,7 +26,7 @@ class CommentAdmin(VersionAdmin):
26
search_fields = ['author__user__username', 'page', 'body']
27
actions = ['hide_comment', 'unhide_comment']
28
list_filter = ['hidden']
29
- readonly_fields = ['time']
+ readonly_fields = ['time', 'score']
30
actions_on_top = True
31
actions_on_bottom = True
32
form = CommentForm
0 commit comments