Secondary submit button

main
Bob Mottram 2021-05-30 15:06:28 +01:00
parent 8804849a8d
commit 5c3c0772ac
1 changed files with 7 additions and 0 deletions

View File

@ -772,6 +772,13 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
newPostForm += extraFields + citationsStr + dateAndLocation newPostForm += extraFields + citationsStr + dateAndLocation
if not mediaInstance or replyStr: if not mediaInstance or replyStr:
newPostForm += newPostImageSection newPostForm += newPostImageSection
newPostForm += ' <div class="containerNewPost">\n'
newPostForm += \
' <input type="submit" name="submitPost" value="' + \
translate['Submit'] + '">\n'
newPostForm += ' </div>\n'
newPostForm += ' </div>\n' newPostForm += ' </div>\n'
newPostForm += '</form>\n' newPostForm += '</form>\n'