Skip to content
Snippets Groups Projects
Commit 9e8728f32a58 authored by Sandrine Ribeau's avatar Sandrine Ribeau
Browse files

[views] ticket #343693, set main_title_form to an empty string

parent c0004800f375
No related branches found
No related tags found
No related merge requests found
...@@ -190,7 +190,8 @@ ...@@ -190,7 +190,8 @@
entity=newcomment, form_buttons=buttons, entity=newcomment, form_buttons=buttons,
attrcategories=('primary',)) attrcategories=('primary',))
self.w(u'<div id="comment%sSlot">%s</div>' % ( self.w(u'<div id="comment%sSlot">%s</div>' % (
commented.eid, form.form_render(display_label=False, commented.eid, form.form_render(main_form_title=u'',
display_label=False,
display_relations_form=False))) display_relations_form=False)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment