From adaa354fab1d46eedc6b04e9276b7e91fc4c45fb Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 22 Aug 2020 17:43:25 +0100 Subject: [PATCH] Calendar icon --- webinterface.py | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/webinterface.py b/webinterface.py index 29120306..2a95f958 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2060,12 +2060,11 @@ def htmlNewPost(mediaInstance: bool, translate: {}, 'name="schedulePost">

\n' - dateAndLocation += \ - '

\n' - if endpoint != 'newevent': + dateAndLocation += \ + '

\n' # select a date and time for this post dateAndLocation += '\n' @@ -2093,6 +2092,10 @@ def htmlNewPost(mediaInstance: bool, translate: {}, translate['Invitation only'] + '\n' dateAndLocation += '\n' dateAndLocation += '

\n' + dateAndLocation += \ + '

\n' # select start time for the event dateAndLocation += '\n'