From e0a3ad020635b5c2523ce1381dabbbb0f404bb35 Mon Sep 17 00:00:00 2001 From: octospacc Date: Tue, 12 Jul 2022 16:40:37 +0200 Subject: [PATCH] sync --- Source/Form.Base.html | 1 + Source/Server.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Source/Form.Base.html b/Source/Form.Base.html index 95e845d..3795e83 100644 --- a/Source/Form.Base.html +++ b/Source/Form.Base.html @@ -14,6 +14,7 @@ {StatusError}
+ diff --git a/Source/Server.py b/Source/Server.py index f3e3b79..673ddf3 100755 --- a/Source/Server.py +++ b/Source/Server.py @@ -105,7 +105,7 @@ def CAPTCHAHTML(ID):
- +
""".format(Image.decode('UTF-8'), Audio.decode('UTF-8')) @@ -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 '',