From 4396c531cb557f361ce34f6ea578fcd70ca6ef14 Mon Sep 17 00:00:00 2001 From: Martin Leblanc <m26lebla@uwaterloo.ca> Date: Fri, 30 Aug 2024 11:34:43 -0400 Subject: [PATCH] ISTWCMS-6993: Add calls to the ohana templates for auto and manual blocks --- templates/blocks/block--uw-cbl-automatic-list.html.twig | 1 + templates/blocks/block--uw-cbl-manual-list.html.twig | 1 + 2 files changed, 2 insertions(+) create mode 100644 templates/blocks/block--uw-cbl-automatic-list.html.twig create mode 100644 templates/blocks/block--uw-cbl-manual-list.html.twig diff --git a/templates/blocks/block--uw-cbl-automatic-list.html.twig b/templates/blocks/block--uw-cbl-automatic-list.html.twig new file mode 100644 index 00000000..c12f1fa0 --- /dev/null +++ b/templates/blocks/block--uw-cbl-automatic-list.html.twig @@ -0,0 +1 @@ +{% include '@layouts/block/block--uw-cbl-automatic-list.html.twig' %} diff --git a/templates/blocks/block--uw-cbl-manual-list.html.twig b/templates/blocks/block--uw-cbl-manual-list.html.twig new file mode 100644 index 00000000..6a1537b3 --- /dev/null +++ b/templates/blocks/block--uw-cbl-manual-list.html.twig @@ -0,0 +1 @@ +{% include '@layouts/block/block--uw-cbl-manual-list.html.twig' %} -- GitLab