diff --git a/app/models/page_types/lore.rb b/app/models/page_types/lore.rb index 33988016..19f2080f 100644 --- a/app/models/page_types/lore.rb +++ b/app/models/page_types/lore.rb @@ -12,7 +12,7 @@ class Lore < ActiveRecord::Base include Serendipitous::Concern include Authority::Abilities - self.authorizer_name = CoreContentAuthorizer.name # todo replace this with CollectiveContentAuthorizer after free promo + self.authorizer_name = ExtendedContentAuthorizer.name relates :planets, with: :lore_planets relates :countries, with: :lore_countries diff --git a/app/views/customization/content_types.html.erb b/app/views/customization/content_types.html.erb index b9fe4999..332dfe8b 100644 --- a/app/views/customization/content_types.html.erb +++ b/app/views/customization/content_types.html.erb @@ -67,8 +67,6 @@ - - <%= render partial: 'notice_dismissal/messages/08' %> diff --git a/app/views/layouts/_sidenav.html.erb b/app/views/layouts/_sidenav.html.erb index 01c61b6b..ac9c8a4c 100644 --- a/app/views/layouts/_sidenav.html.erb +++ b/app/views/layouts/_sidenav.html.erb @@ -82,7 +82,7 @@