diff --git a/views.py b/views.py index 3e9b0974739c89ba4eb8ce531849f3225d0d98f7_dmlld3MucHk=..1f215ed8624f29ccaba33dc58c802dfc897f60cf_dmlld3MucHk= 100644 --- a/views.py +++ b/views.py @@ -271,7 +271,7 @@ class ReplyCommentAction(LinkToEntityAction): id = 'reply_comment' - __select__ = LinkToEntityAction.__select__ & implements('Comments') + __select__ = LinkToEntityAction.__select__ & implements('Comment') etype = 'Comment' rtype = 'comments'