urls: Move /attribution files to the corporate folder.

This commit is contained in:
Aman Agrawal 2022-08-16 11:08:32 +00:00 committed by Tim Abbott
parent 7cd8bcd004
commit 349bac4751
2 changed files with 1 additions and 1 deletions

View File

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