Add back button to person options

main
Bob Mottram 2020-08-12 10:34:18 +00:00
parent c8ef49161e
commit 44257aa7a6
1 changed files with 3 additions and 0 deletions

View File

@ -5648,6 +5648,9 @@ def htmlPersonOptions(translate: {}, baseDir: str,
translate['Submit'] + '</button><br>\n'
optionsStr += optionsLinkStr
optionsStr += \
' <a href="/"><button type="button" class="button" ' + \
'name="submitBack">' + translate['Go Back'] + '</button></a>\n'
optionsStr += \
' <button type="submit" class="button" name="submitView">' + \
translate['View'] + '</button>\n'