Remove second submit button

main
Bob Mottram 2021-05-30 18:45:42 +01:00
parent d8dff6e804
commit d83528cb1a
1 changed files with 0 additions and 6 deletions

View File

@ -776,12 +776,6 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
if not mediaInstance or replyStr:
newPostForm += newPostImageSection
newPostForm += ' <div class="container">\n'
newPostForm += \
' <input type="submit" name="submitPost" value="' + \
submitText + '">\n'
newPostForm += ' </div>\n'
newPostForm += ' </div>\n'
newPostForm += '</form>\n'