From 12106ea0c196dc12ebbb32542a70df5eef7c77a3 Mon Sep 17 00:00:00 2001 From: Braden MacDonald Date: Mon, 7 Oct 2024 17:34:57 -0700 Subject: [PATCH] feat: update icons --- cms/templates/studio_xblock_wrapper.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/cms/templates/studio_xblock_wrapper.html b/cms/templates/studio_xblock_wrapper.html index 925bdf7ce116..9565010105af 100644 --- a/cms/templates/studio_xblock_wrapper.html +++ b/cms/templates/studio_xblock_wrapper.html @@ -109,15 +109,17 @@ % else: % if upstream_info: - % if upstream_info.error_message: - - + % if upstream_info.error_message or True: + + ${_("Sourced from a library - but the upstream link is broken/invalid.")} % else: - + + ${_("Sourced from a library.")} % endif % endif