diff --git a/cms/templates/studio_xblock_wrapper.html b/cms/templates/studio_xblock_wrapper.html index f349ea9786..7ecf299722 100644 --- a/cms/templates/studio_xblock_wrapper.html +++ b/cms/templates/studio_xblock_wrapper.html @@ -211,13 +211,12 @@ upstream_info = UpstreamLink.try_get_for_block(xblock, log_error=False) % endif - % if not show_inline: -
  • - - ${_("Details")} - -
  • - % endif + % elif not show_inline: +
  • + + ${_("Details")} + +
  • % endif % endif