forked from indymedia/epicyon
Add back button to person options
parent
c8ef49161e
commit
44257aa7a6
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue