diff --git a/webinterface.py b/webinterface.py
index d79d02173..95604f7e5 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 += \