diff --git a/templates/profile/index.twig b/templates/profile/index.twig index b3eb10c..2b5f87e 100644 --- a/templates/profile/index.twig +++ b/templates/profile/index.twig @@ -81,7 +81,7 @@ {% set show_profile_fields = profile_is_editing ? perms.edit_profile : profile_fields|length > 0 %} {% set show_background_settings = profile_is_editing and perms.edit_background %} {% set show_birthdate = profile_is_editing and perms.edit_birthdate %} - {% set show_sidebar = current_user is not defined or show_profile_fields or show_background_settings %} + {% set show_sidebar = show_profile_fields or show_background_settings %} {% if show_sidebar %}