Skip to content
Snippets Groups Projects
Commit 2f3983b774a2 authored by Sylvain Thénault's avatar Sylvain Thénault
Browse files

ooops :D

parent cbd166b57b9c
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,7 @@
not (newcomment is None or commented.has_eid()),
self.cw_extra_kwargs.get('context'))
canceljs = js.cancelCommentEdition(commented.eid, not entity.has_eid())
form, formvalues = ajaxedit.ajaxCompositeForm(
form, formvalues = ajaxedit.ajax_composite_form(
commented, newcomment, 'comments', okjs, canceljs)
self.w(u'<div id="comment%sSlot">' % commented.eid)
form.render(w=self.w, formvalues=formvalues,
......
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