Back button is deprecated

main
Bob Mottram 2020-11-10 21:05:41 +00:00
parent bff8c1b228
commit 5c4181a9ab
1 changed files with 0 additions and 2 deletions

View File

@ -390,8 +390,6 @@ def htmlSearch(cssCache: {}, translate: {},
followStr += \
' <input type="hidden" name="actor" value="' + actor + '">\n'
followStr += ' <input type="text" name="searchtext" autofocus><br>\n'
# followStr += ' <a href="/"><button type="button" class="button" ' + \
# 'name="submitBack">' + translate['Go Back'] + '</button></a>\n'
followStr += ' <button type="submit" class="button" ' + \
'name="submitSearch">' + translate['Submit'] + '</button>\n'
followStr += ' </form>\n'