+ {% endif %}
{% endif %}
{% endif %}
From ad36c17b5645e9846587a2d2962ceaec9264bbe9 Mon Sep 17 00:00:00 2001
From: Wesley B <62723358+wesleyboar@users.noreply.github.com>
Date: Wed, 2 Sep 2026 18:05:10 -0500
Subject: [PATCH 2/5] fix: match client_display_name exactly for Tapis-logo
suppression
Replace the case-insensitive "tup"/"tacc user portal" substring check
with an exact, case-sensitive match against "TACC User Portal",
matching the same fix applied to the footer's condition.
---
service/templates/branding.html | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/service/templates/branding.html b/service/templates/branding.html
index 13931db..95f5389 100644
--- a/service/templates/branding.html
+++ b/service/templates/branding.html
@@ -40,8 +40,7 @@
{% elif tenant_id == "tacc" %}
{% endif %}
{% endif %}
From 05e1d59c7b5e889480f25e40409c1a91d4d156d7 Mon Sep 17 00:00:00 2001
From: Wesley B <62723358+wesleyboar@users.noreply.github.com>
Date: Wed, 2 Sep 2026 18:08:57 -0500
Subject: [PATCH 3/5] refactor: extract repeated header figure into
content_figure.html
Every form template duplicated the same tenant + hardcoded-tacc
branding.html double-include inside its