diff --git a/app/controllers/my_profile/cms_controller.rb b/app/controllers/my_profile/cms_controller.rb index a7bfcf2..7433967 100644 --- a/app/controllers/my_profile/cms_controller.rb +++ b/app/controllers/my_profile/cms_controller.rb @@ -366,7 +366,7 @@ class CmsController < MyProfileController end def refuse_blocks - if ['TinyMceArticle', 'Event', 'EnterpriseHomepage'].include?(@type) + if ['TinyMceArticle', 'TextileArticle', 'Event', 'EnterpriseHomepage'].include?(@type) @no_design_blocks = true end end -- libgit2 0.21.2