diff --git a/webapp_create_post.py b/webapp_create_post.py index 2857cf64e..064b4e8f4 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -205,10 +205,12 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {}, isNewReminder = True # the date and time - dateAndTimeStr = \ - '

\n' + dateAndTimeStr = '

\n' + if not isNewReminder: + dateAndTimeStr += \ + '\n' # select a date and time for this post dateAndTimeStr += '\n' @@ -216,7 +218,7 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {}, dateAndTimeStr += '

\n' + '\n

\n' showPublicOnDropdown = True messageBoxHeight = 400