From a590b27103b698636e0492727d77986b1a31e87c Mon Sep 17 00:00:00 2001 From: Chandra Y Date: Thu, 31 Oct 2024 15:28:45 -0500 Subject: [PATCH] APCD react feature - use react-asset.html instead of react-assets.html --- apcd-cms/src/taccsite_custom/apcd_cms/templates/standard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apcd-cms/src/taccsite_custom/apcd_cms/templates/standard.html b/apcd-cms/src/taccsite_custom/apcd_cms/templates/standard.html index 910d7f15..36fee9e2 100644 --- a/apcd-cms/src/taccsite_custom/apcd_cms/templates/standard.html +++ b/apcd-cms/src/taccsite_custom/apcd_cms/templates/standard.html @@ -18,6 +18,6 @@ {% else %} - {% include "./react-assets.html" %} + {% include "./react-asset.html" %} {% endif %} {% endblock assets_custom %}