From 270e4300eb22ccb3ecaa3abae9f49df0fef14570 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 26 May 2020 21:32:28 +0100 Subject: [PATCH] Move custom font to theme section --- webinterface.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/webinterface.py b/webinterface.py index 6c584ad1a..aa360de1c 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1120,12 +1120,6 @@ def htmlEditProfile(translate: {}, baseDir: str, path: str, instanceStr += \ ' ' - instanceStr += \ - ' ' - instanceStr += \ - ' ' instanceStr += '' moderators = '' @@ -1158,6 +1152,12 @@ def htmlEditProfile(translate: {}, baseDir: str, path: str, themesDropdown += ' ' themesDropdown += '
' + themesDropdown += \ + ' ' + themesDropdown += \ + ' ' themesDropdown += '' themeName = getConfigParam(baseDir, 'theme') themesDropdown = \