From 7515606abee9a76100edba5c288dcf72f6d9b0a7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 22 Aug 2020 17:40:45 +0100 Subject: [PATCH] add divs --- webinterface.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webinterface.py b/webinterface.py index 94496401..29120306 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2076,6 +2076,7 @@ def htmlNewPost(mediaInstance: bool, translate: {}, '

\n' else: # event joining options + dateAndLocation += '
\n' dateAndLocation += '\n' dateAndLocation += '\n' dateAndLocation += '\n' + dateAndLocation += '
\n' + dateAndLocation += '
\n' # select start time for the event dateAndLocation += '\n' @@ -2110,6 +2113,7 @@ def htmlNewPost(mediaInstance: bool, translate: {}, translate['Time'] + ':' dateAndLocation += \ '\n' + dateAndLocation += '
\n' dateAndLocation += '\n' dateAndLocation += '
\n'