diff --git a/webapp_person_options.py b/webapp_person_options.py
index 176d75bdc..91f1c14bd 100644
--- a/webapp_person_options.py
+++ b/webapp_person_options.py
@@ -321,10 +321,16 @@ def htmlPersonOptions(defaultTimeline: str,
backPath = '/users/' + nickname + '/' + defaultTimeline
if 'moderation' in backToPath:
backPath = '/users/' + nickname + '/moderation'
- optionsStr += \
- ' \n'
+ if authorized:
+ optionsStr += \
+ ' \n'
+ else:
+ optionsStr += \
+ ' \n'
if authorized:
optionsStr += \
'