mirror of https://gitlab.com/bashrc2/epicyon
Date and time within container
parent
38544a8afd
commit
c6f5ede526
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue