diff --git a/webapp_profile.py b/webapp_profile.py index 6c6a5c034..0bf30688b 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -1294,6 +1294,19 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str, ' ' + \ translate['Broch mode'] + '
\n' + # Instance type + instanceStr += \ + ' ' + \ + translate['This is a media instance'] + '
\n' + instanceStr += \ + ' ' + \ + translate['This is a blogging instance'] + '
\n' + instanceStr += \ + ' ' + \ + translate['This is a news instance'] + '
\n' instanceStr += ' \n' # Themes section @@ -1623,23 +1636,6 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str, ' \n' editProfileForm += ' \n' - if path.startswith('/users/' + adminNickname + '/'): - # Instance type - editProfileForm += '
\n' - editProfileForm += \ - ' ' + \ - translate['This is a media instance'] + '
\n' - editProfileForm += \ - ' ' + \ - translate['This is a blogging instance'] + '
\n' - editProfileForm += \ - ' ' + \ - translate['This is a news instance'] + '
\n' - editProfileForm += '
\n' - # Content controls editProfileForm += '
\n' editProfileForm += \