corporate: Replace /try-zulip with /?show_try_zulip_modal.

This commit removes the `/try-zulip` landing page.

The URLs are replaced with `chat.zulip.org/?show_try_zulip_modal`,
which leads to display a modal for spectators.

Fixes #34181.
This commit is contained in:
Prakhar Pratyush
2025-04-02 00:51:52 +05:30
committed by Tim Abbott
parent f64d7b6e28
commit 41df472d41
11 changed files with 12 additions and 92 deletions

View File

@@ -150,7 +150,6 @@ landing_page_urls = [
path("why-zulip/", landing_view, {"template_name": "corporate/why-zulip.html"}),
path("self-hosting/", landing_view, {"template_name": "corporate/self-hosting.html"}),
path("security/", landing_view, {"template_name": "corporate/security.html"}),
path("try-zulip/", landing_view, {"template_name": "corporate/try-zulip.html"}),
# /for pages
path("use-cases/", landing_view, {"template_name": "corporate/for/use-cases.html"}),
path(