diff --git a/corporate/urls.py b/corporate/urls.py index 07b4490aa0..91d563b5f4 100644 --- a/corporate/urls.py +++ b/corporate/urls.py @@ -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"}), diff --git a/templates/zerver/history.html b/templates/corporate/history.html similarity index 100% rename from templates/zerver/history.html rename to templates/corporate/history.html