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 '',