urls: Move /history files to the corporate folder.

This commit is contained in:
Aman Agrawal 2022-08-16 11:11:48 +00:00 committed by Tim Abbott
parent c9ac233911
commit d15158e76b
2 changed files with 1 additions and 1 deletions

View File

@ -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"}),