diff --git a/views.py b/views.py
index e8dc9c0ce7fc51a02910d50ba723d44c6aff8ea2_dmlld3MucHk=..66d7b6826a9b0987dd62006d742f0e8c3b871222_dmlld3MucHk= 100644
--- a/views.py
+++ b/views.py
@@ -182,7 +182,8 @@
                                        form_buttons=buttons,
                                        attrcategories=('primary',))
         self.w(u'<div id="comment%sSlot">%s</div>' % (
-            commented.eid, form.form_render(display_relations_form=False)))
+            commented.eid, form.form_render(display_label=False,
+                                            display_relations_form=False)))
 
 
 class InlineCommentForm(InlineEditCommentForm):