sync
This commit is contained in:
parent
fd1fcc8cf8
commit
e0a3ad0206
|
@ -14,6 +14,7 @@
|
|||
{StatusError}
|
||||
</div>
|
||||
<form action="/Comments" method="POST">
|
||||
<input type="hidden" name="Request" value="{ReqID}">
|
||||
<input type="hidden" name="Lang" value="{Lang}">
|
||||
<input type="hidden" name="Site" value="{Site}">
|
||||
<input type="hidden" name="Page" value="{Page}">
|
||||
|
|
|
@ -216,6 +216,7 @@ def PatchCommentsHTML(Data):
|
|||
Comment=Comment)
|
||||
|
||||
return FormBase.format(
|
||||
ReqID=ReqID,
|
||||
Lang=Data['Lang'] if Data['Lang'] else '',
|
||||
Style='',
|
||||
Site=Data['Site'] if Data['Site'] else '',
|
||||
|
|
Loading…
Reference in New Issue