urls: Move /why-zulip pages to the corporate folder.

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

View File

@ -68,7 +68,7 @@ landing_page_urls = [
path("attribution/", landing_view, {"template_name": "corporate/attribution.html"}),
path("team/", team_view),
path("history/", landing_view, {"template_name": "corporate/history.html"}),
path("why-zulip/", landing_view, {"template_name": "zerver/why-zulip.html"}),
path("why-zulip/", landing_view, {"template_name": "corporate/why-zulip.html"}),
path("self-hosting/", landing_view, {"template_name": "zerver/self-hosting.html"}),
path("security/", landing_view, {"template_name": "zerver/security.html"}),
# /for pages

View File

@ -28,7 +28,7 @@
<div class="main">
<div class="padded-content">
<div class="inner-content markdown">
{{ render_markdown_path('zerver/why-zulip.md') }}
{{ render_markdown_path('corporate/why-zulip.md') }}
</div>
</div>
</div>