mirror of
				https://gitlab.com/octtspacc/PlainDiscuss
				synced 2025-06-05 22:09:15 +02:00 
			
		
		
		
	sync
This commit is contained in:
		| @@ -14,6 +14,7 @@ | |||||||
| {StatusError} | {StatusError} | ||||||
| 	</div> | 	</div> | ||||||
| 	<form action="/Comments" method="POST"> | 	<form action="/Comments" method="POST"> | ||||||
|  | 		<input type="hidden" name="Request" value="{ReqID}"> | ||||||
| 		<input type="hidden" name="Lang" value="{Lang}"> | 		<input type="hidden" name="Lang" value="{Lang}"> | ||||||
| 		<input type="hidden" name="Site" value="{Site}"> | 		<input type="hidden" name="Site" value="{Site}"> | ||||||
| 		<input type="hidden" name="Page" value="{Page}"> | 		<input type="hidden" name="Page" value="{Page}"> | ||||||
|   | |||||||
| @@ -216,6 +216,7 @@ def PatchCommentsHTML(Data): | |||||||
| 			Comment=Comment) | 			Comment=Comment) | ||||||
|  |  | ||||||
| 	return FormBase.format( | 	return FormBase.format( | ||||||
|  | 		ReqID=ReqID, | ||||||
| 		Lang=Data['Lang'] if Data['Lang'] else '', | 		Lang=Data['Lang'] if Data['Lang'] else '', | ||||||
| 		Style='', | 		Style='', | ||||||
| 		Site=Data['Site'] if Data['Site'] else '', | 		Site=Data['Site'] if Data['Site'] else '', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user