Date and time within container

main
Bob Mottram 2021-11-03 12:58:22 +00:00
parent 38544a8afd
commit c6f5ede526
1 changed files with 3 additions and 1 deletions

View File

@ -740,8 +740,10 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
shareDescription = ''
# for reminders show the date and time at the top
if path.endswith('/newreminder'):
if isNewReminder:
newPostForm += '<div class="container">\n'
newPostForm += dateAndTimeStr
newPostForm += '</div>\n'
newPostForm += \
editTextField(placeholderSubject, 'subject', shareDescription)