support: Clean up template variables for remote server support.

This commit is contained in:
Lauryn Menard
2023-12-11 17:09:36 +01:00
committed by Tim Abbott
parent f1ffb1f56e
commit c2a76ccb3e
3 changed files with 7 additions and 4 deletions

View File

@@ -486,6 +486,7 @@ def remote_servers_support(
context["get_discount"] = get_customer_discount_for_support_view
context["get_plan_type_name"] = get_plan_type_string
context["get_org_type_display_name"] = get_org_type_display_name
context["SPONSORED_PLAN_TYPE"] = RemoteZulipServer.PLAN_TYPE_COMMUNITY
return render(
request,