Formatting

main
Bob Mottram 2025-05-10 23:32:41 +01:00
parent c1db90d9de
commit 275c8a816d
1 changed files with 3 additions and 2 deletions

View File

@ -1038,9 +1038,10 @@ def html_new_post(edit_post_params: {},
# event category # event category
# https://codeberg.org/fediverse # https://codeberg.org/fediverse
# /fep/src/branch/main/fep/8a8e/fep-8a8e.md # /fep/src/branch/main/fep/8a8e/fep-8a8e.md
date_and_location += ' <label class="labels">' + \
translate['Category'] + '</label><br>\n'
date_and_location += '<br><p><br>\n' + \ date_and_location += '<br><p><br>\n' + \
' <label class="labels">' + \
translate['Category'] + '</label><br>\n'
date_and_location += \
' <select id="eventCategory" ' + \ ' <select id="eventCategory" ' + \
'name="eventCategory" class="theme">\n' 'name="eventCategory" class="theme">\n'
date_and_location += \ date_and_location += \