Remove back button

master
Bob Mottram 2019-08-19 22:06:54 +01:00
parent 691d6fa192
commit 95d3a78ea3
1 changed files with 0 additions and 2 deletions

View File

@ -1566,7 +1566,6 @@ def htmlSearchEmojiTextEntry(baseDir: str,path: str) -> str:
' <input type="hidden" name="actor" value="'+actor+'">' \
' <input type="text" name="searchtext" autofocus><br>' \
' <button type="submit" class="button" name="submitSearch">Submit</button>' \
' <a href="'+actor+'"><button class="button">Go Back</button></a>' \
' </form>'
emojiStr+=' </center>'
emojiStr+=' </div>'
@ -1597,7 +1596,6 @@ def htmlSearch(baseDir: str,path: str) -> str:
' <input type="hidden" name="actor" value="'+actor+'">' \
' <input type="text" name="searchtext" autofocus><br>' \
' <button type="submit" class="button" name="submitSearch">Submit</button>' \
' <a href="'+actor+'"><button class="button">Go Back</button></a>' \
' </form>'
followStr+=' </center>'
followStr+=' </div>'