mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
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:
committed by
Tim Abbott
parent
f64d7b6e28
commit
41df472d41
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user