diff --git a/app/controllers/my_profile/profile_editor_controller.rb b/app/controllers/my_profile/profile_editor_controller.rb index b03482a..e06532b 100644 --- a/app/controllers/my_profile/profile_editor_controller.rb +++ b/app/controllers/my_profile/profile_editor_controller.rb @@ -100,7 +100,7 @@ class ProfileEditorController < MyProfileController private def has_welcome_page - profile.person? && profile.is_template + profile.is_template end def access_welcome_page -- libgit2 0.21.2