From 02ee930cfa1de8b5d00ea37414c7d583fdc2914a Mon Sep 17 00:00:00 2001 From: Kevin Paxman <kpaxman@uwaterloo.ca> Date: Mon, 7 Oct 2024 17:10:27 -0400 Subject: [PATCH] ISTWCMS-7128: use the right key for SSPS --- src/patterns/03-layouts/ofis/ofis-profile.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/patterns/03-layouts/ofis/ofis-profile.twig b/src/patterns/03-layouts/ofis/ofis-profile.twig index bd678603..0d314a1c 100644 --- a/src/patterns/03-layouts/ofis/ofis-profile.twig +++ b/src/patterns/03-layouts/ofis/ofis-profile.twig @@ -203,7 +203,7 @@ {% else %} <li>{{ 'Not currently accepting applications for graduate students'|t }}</li> {% endif %} - {% if ofis_data.profile.adds %} + {% if ofis_data.profile.ssps %} <li> {{ 'Has <a href=":url">Sole-Supervisory Privilege Status</a> (SSPS) status'|t({':url': 'https://uwaterloo.ca/current-graduate-students/about-gspa/organization-graduate-studies#ssps'}) }} </li> -- GitLab