diff --git a/views.py b/views.py
index 2d46dc66602c1cf7520c5654be9717a736b25cdb_dmlld3MucHk=..d9acb46c2af3316434c71f2ef2176dadd5916a8a_dmlld3MucHk= 100644
--- a/views.py
+++ b/views.py
@@ -296,6 +296,5 @@
     __regid__ = 'reply_comment'
     __select__ = LinkToEntityAction.__select__ & ~implements('Comment')
 
-    etype = 'Comment'
     rtype = 'comments'
     role = 'object'
@@ -300,5 +299,6 @@
     rtype = 'comments'
     role = 'object'
+    target_etype = 'Comment'
 
     title = _('add comment')
     category = 'hidden'