diff --git a/corporate/urls.py b/corporate/urls.py index 7801dc4e72..e724d5b66c 100644 --- a/corporate/urls.py +++ b/corporate/urls.py @@ -63,7 +63,7 @@ landing_page_urls = [ path( "development-community/", landing_view, - {"template_name": "zerver/development-community.html"}, + {"template_name": "corporate/development-community.html"}, ), path("attribution/", landing_view, {"template_name": "zerver/attribution.html"}), path("team/", team_view), diff --git a/templates/zerver/development-community.html b/templates/corporate/development-community.html similarity index 96% rename from templates/zerver/development-community.html rename to templates/corporate/development-community.html index 1935fc6225..0bd59ab0b8 100644 --- a/templates/zerver/development-community.html +++ b/templates/corporate/development-community.html @@ -41,7 +41,7 @@