From ac2a6513030d2c2f89e8bf4f62c78b435894aa9b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 2 Nov 2020 17:26:51 +0000 Subject: [PATCH] Centre the submit button --- webinterface.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/webinterface.py b/webinterface.py index 00ddb31c1..6a0f53579 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1817,8 +1817,10 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str, # ' \n' editProfileForm += \ - ' \n' + '
\n' + \ + ' \n' + \ + '
\n' editProfileForm += ' \n' if scheduledPostsExist(baseDir, nickname, domain):