fix multi-submit message error on the reply button.
svn path=/plone.app.discussion/trunk/; revision=27545
This commit is contained in:
parent
da6764ffa5
commit
7eae4783a4
@ -86,7 +86,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button style="display: inline;"
|
<button style="display: inline;"
|
||||||
class="context reply-to-comment-button"
|
class="context reply-to-comment-button allowMultiSubmit"
|
||||||
tal:condition="python:userHasReplyPermission and isDiscussionAllowed or isAnonymousDiscussionAllowed"
|
tal:condition="python:userHasReplyPermission and isDiscussionAllowed or isAnonymousDiscussionAllowed"
|
||||||
i18n:translate="label_reply;">
|
i18n:translate="label_reply;">
|
||||||
Reply
|
Reply
|
||||||
|
Loading…
Reference in New Issue
Block a user