From 071574366791f959355b2c67988930559e226f8d Mon Sep 17 00:00:00 2001 From: Eric Rasmussen Date: Thu, 23 May 2024 16:42:36 -0500 Subject: [PATCH] [#734] Account for new college in field--n-major-college.html.twig --- .../templates/field/field--n-major-college.html.twig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/themes/custom/unl_five_herbie/templates/field/field--n-major-college.html.twig b/web/themes/custom/unl_five_herbie/templates/field/field--n-major-college.html.twig index 93a7e6581..4b11504d9 100644 --- a/web/themes/custom/unl_five_herbie/templates/field/field--n-major-college.html.twig +++ b/web/themes/custom/unl_five_herbie/templates/field/field--n-major-college.html.twig @@ -18,6 +18,8 @@
  • {{ item.content }}
  • {% elseif item.content['#markup'] == 'Exploratory and Pre-Professional Advising Center' %}
  • {{ item.content }}
  • + {% elseif item.content['#markup'] == 'College of Public Affairs and Community Service' %} +
  • {{ item.content }}
  • {% endif %} {% endfor %}