From 466ef9d6821b8312cd2dffdc553fced5434af7e7 Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Tue, 17 Jun 2025 19:34:34 +0200 Subject: [PATCH] support: Improve format of confirmation realm section. For confirmation objects that do not show realm details, but have a realm object, format the header information to match what we do show in the realm details page and show the realm's subdomain. --- templates/corporate/support/support.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/corporate/support/support.html b/templates/corporate/support/support.html index 95eb5e3690..b6d25e2788 100644 --- a/templates/corporate/support/support.html +++ b/templates/corporate/support/support.html @@ -114,7 +114,8 @@ {% endwith %} {% elif realm %} Cloud realm -

{{ realm.string_id }}

+

{{ realm.name }}

+ Realm subdomain: {{ realm.subdomain }} {% else %} Cloud realm

N/A