diff --git a/corporate/urls.py b/corporate/urls.py index e724d5b66c..07b4490aa0 100644 --- a/corporate/urls.py +++ b/corporate/urls.py @@ -65,7 +65,7 @@ landing_page_urls = [ landing_view, {"template_name": "corporate/development-community.html"}, ), - path("attribution/", landing_view, {"template_name": "zerver/attribution.html"}), + path("attribution/", landing_view, {"template_name": "corporate/attribution.html"}), path("team/", team_view), path("history/", landing_view, {"template_name": "zerver/history.html"}), path("why-zulip/", landing_view, {"template_name": "zerver/why-zulip.html"}), diff --git a/templates/zerver/attribution.html b/templates/corporate/attribution.html similarity index 100% rename from templates/zerver/attribution.html rename to templates/corporate/attribution.html