diff --git a/webapp_column_left.py b/webapp_column_left.py
index 471f243c..8422e59d 100644
--- a/webapp_column_left.py
+++ b/webapp_column_left.py
@@ -124,13 +124,6 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
# if showHeaderImage:
# htmlStr += '
'
- htmlStr += \
- '
' + \ - translate['About this Instance'] + '
' - htmlStr += \ - '' + \ - translate['Terms of Service'] + '
' - linksFilename = baseDir + '/accounts/links.txt' linksFileContainsEntries = False if os.path.isfile(linksFilename): @@ -179,8 +172,16 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str, '' + lineStr + '
\n' linksFileContainsEntries = True + htmlStr += \ + '' + \ + translate['About this Instance'] + '
' + htmlStr += \ + '' + \ + translate['Terms of Service'] + '
' + if linksFileContainsEntries and not rssIconAtTop: htmlStr += '