demo-orgs: Expand note about demo organizations in Welcome bot DM.

Part of #34447.
This commit is contained in:
Lauryn Menard
2025-04-24 18:38:45 +02:00
committed by Tim Abbott
parent 160670e193
commit 7b5f629698

View File

@@ -75,8 +75,12 @@ We also have a guide for [moving your organization to Zulip]({organization_setup
if user.is_realm_owner and user.realm.demo_organization_scheduled_deletion_date is not None:
demo_organization_warning_string = _("""
Note that this is a [demo organization]({demo_organization_help_url}) and
will be **automatically deleted** in 30 days.
""").format(demo_organization_help_url="/help/demo-organizations")
will be **automatically deleted** in 30 days, unless it's [converted into
a permanent organization]({convert_demo_organization_help_url}).
""").format(
demo_organization_help_url="/help/demo-organizations",
convert_demo_organization_help_url="/help/demo-organizations#convert-a-demo-organization-to-a-permanent-organization",
)
inform_about_tracked_onboarding_messages_text = ""
if OnboardingUserMessage.objects.filter(realm_id=user.realm_id).exists():