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'