Remove submit button

merge-requests/8/head
Bob Mottram 2020-11-02 13:54:58 +00:00
parent fe89daba76
commit ef42fea135
1 changed files with 0 additions and 5 deletions

View File

@ -2918,11 +2918,6 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
'src="/emoji/1F601.png" title="' + \
translate['Search for emoji'] + '" alt="' + \
translate['Search for emoji'] + '"/></a></td>\n'
newPostForm += \
' <td><input type="submit" name="submitPost" value="' + \
translate['Submit'] + '"></td>\n'
newPostForm += ' </tr>\n'
newPostForm += '</table>\n'
newPostForm += ' </div>\n'