View button

main2
Bob Mottram 2019-10-23 16:14:45 +01:00
parent 37b2d47b24
commit 0f643a94ea
1 changed files with 1 additions and 1 deletions

View File

@ -3258,7 +3258,7 @@ def htmlProfileAfterSearch(translate: {}, \
' <center>' \
' <input type="hidden" name="actor" value="'+personUrl+'">' \
' <button type="submit" class="button" name="submitYes">'+translate['Follow']+'</button>' \
' <a href="'+personUrl+'"><button class="button">'+translate['Visit']+'</button></a>' \
' <a href="'+personUrl+'"><button class="button">'+translate['View']+'</button></a>' \
' <a href="'+backUrl+'"><button class="button">'+translate['Go Back']+'</button></a>' \
' </center>' \
' </form>' \