From 44257aa7a6be783200871f701a3fc2ac62b3b396 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 12 Aug 2020 10:34:18 +0000 Subject: [PATCH] Add back button to person options --- webinterface.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webinterface.py b/webinterface.py index 3a329c8a..4e6118be 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5648,6 +5648,9 @@ def htmlPersonOptions(translate: {}, baseDir: str, translate['Submit'] + '
\n' optionsStr += optionsLinkStr + optionsStr += \ + ' \n' optionsStr += \ ' \n'