mirror of https://github.com/zulip/zulip.git
urls: Move /history files to the corporate folder.
This commit is contained in:
parent
c9ac233911
commit
d15158e76b
|
@ -67,7 +67,7 @@ landing_page_urls = [
|
|||
),
|
||||
path("attribution/", landing_view, {"template_name": "corporate/attribution.html"}),
|
||||
path("team/", team_view),
|
||||
path("history/", landing_view, {"template_name": "zerver/history.html"}),
|
||||
path("history/", landing_view, {"template_name": "corporate/history.html"}),
|
||||
path("why-zulip/", landing_view, {"template_name": "zerver/why-zulip.html"}),
|
||||
path("self-hosting/", landing_view, {"template_name": "zerver/self-hosting.html"}),
|
||||
path("security/", landing_view, {"template_name": "zerver/security.html"}),
|
||||
|
|
Loading…
Reference in New Issue