Allow moderator to reply to modmail thread they originated

This commit is contained in:
Keith Mitchell
2012-02-14 08:54:00 -08:00
parent 50ecb6cf52
commit 75bb464a00

View File

@@ -331,11 +331,11 @@
"return change_state(this, 'unread_message', unread_thing, true);", \
_("unread"))}
</li>
%if thing.can_reply:
<li>
${self.simple_button(_("reply {verb}"), "reply")}
</li>
%endif
%endif
%if thing.can_reply:
<li>
${self.simple_button(_("reply {verb}"), "reply")}
</li>
%endif
</%def>