diff --git a/webapp_create_post.py b/webapp_create_post.py index f7eef916c..fc6ed2d02 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -536,14 +536,15 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {}, endpoint != 'newwanted' and \ endpoint != 'newreport' and \ endpoint != 'newquestion': + dateAndLocation = \ + '
\n' if category != 'accommodation': - dateAndLocation = \ - '
\n' + \ + dateAndLocation += \ '

\n' else: - dateAndLocation = \ + dateAndLocation += \ '\n' if endpoint == 'newpost':