Back button

merge-requests/30/head
Bob Mottram 2021-04-22 23:37:52 +01:00
parent 94b19a1646
commit 3691e1d50a
1 changed files with 3 additions and 3 deletions

View File

@ -65,9 +65,9 @@ def htmlAccessKeys(cssCache: {}, baseDir: str,
accessKeysForm += \
' <center>\n' + \
' <a href="/users/' + nickname + '/' + defaultTimeline + '">' + \
'<button class="cancelbtn">' + \
translate['Go Back'] + '</button></a>\n' + \
' <button type="submit" class="button" ' + \
'name="submitAccessKeysCancel">' + \
translate['Go Back'] + '</button>\n' + \
' <button type="submit" class="button" name="submitAccessKeys">' + \
translate['Submit'] + '</button>\n </center>\n'