From 854d04dd33b6e995fd4ca62d4521fd0e541b6e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20Ch=C3=A1vez?= Date: Mon, 16 Jun 2025 16:28:59 -0500 Subject: [PATCH] fix: disallow editing components in unit that come from libraries (#36914) --- cms/templates/studio_xblock_wrapper.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cms/templates/studio_xblock_wrapper.html b/cms/templates/studio_xblock_wrapper.html index 7ecf299722..f6022c6ac0 100644 --- a/cms/templates/studio_xblock_wrapper.html +++ b/cms/templates/studio_xblock_wrapper.html @@ -211,12 +211,6 @@ upstream_info = UpstreamLink.try_get_for_block(xblock, log_error=False) % endif - % elif not show_inline: -
  • - - ${_("Details")} - -
  • % endif % endif