From 8a5e1ea110bb8f33b64291fecb680d7421b003ca Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 3 Jul 2020 20:57:42 +0100 Subject: [PATCH] Space --- webinterface.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/webinterface.py b/webinterface.py index d79d0217..95604f7e 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1252,7 +1252,7 @@ def htmlEditProfile(translate: {}, baseDir: str, path: str, os.path.isfile(baseDir + '/fonts/custom.ttf'): themesDropdown += \ ' ' + \ + 'name="removeCustomFont"> ' + \ translate['Remove the custom font'] + '
' themesDropdown += '' themeName = getConfigParam(baseDir, 'theme') @@ -1282,7 +1282,7 @@ def htmlEditProfile(translate: {}, baseDir: str, path: str, editProfileForm += '
' editProfileForm += \ ' ' + \ + 'name="removeScheduledPosts"> ' + \ translate['Remove scheduled posts'] + '
' editProfileForm += '
' @@ -1385,27 +1385,27 @@ def htmlEditProfile(translate: {}, baseDir: str, path: str, editProfileForm += \ ' ' + translate['Approve follower requests'] + '
' + '> ' + translate['Approve follower requests'] + '
' editProfileForm += \ ' ' + translate['This is a bot account'] + '
' + isBot + '> ' + translate['This is a bot account'] + '
' editProfileForm += \ ' ' + \ + 'class="profilecheckbox" name="isGroup" ' + isGroup + '> ' + \ translate['This is a group account'] + '
' editProfileForm += \ ' ' + \ + 'name="followDMs" ' + followDMs + '> ' + \ translate['Only people I follow can send me DMs'] + '
' editProfileForm += \ ' ' + \ + 'name="removeTwitter" ' + removeTwitter + '> ' + \ translate['Remove Twitter posts'] + '
' if path.startswith('/users/' + adminNickname + '/'): editProfileForm += \ ' ' + \ + 'name="mediaInstance" ' + mediaInstanceStr + '> ' + \ translate['This is a media instance'] + '
' editProfileForm += \ @@ -1477,7 +1477,7 @@ def htmlEditProfile(translate: {}, baseDir: str, path: str, translate['Danger Zone'] + '
' editProfileForm += \ ' ' + \ + 'name="deactivateThisAccount"> ' + \ translate['Deactivate this account'] + '
' editProfileForm += ' ' editProfileForm += ' ' @@ -1955,7 +1955,7 @@ def htmlNewPost(mediaInstance: bool, translate: {}, if not inReplyTo: dateAndLocation += \ '

' dateAndLocation += \