mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
demo-orgs: Expand note about demo organizations in Welcome bot DM.
Part of #34447.
This commit is contained in:
committed by
Tim Abbott
parent
160670e193
commit
7b5f629698
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user