mirror of https://github.com/zulip/zulip.git
urls: Move /why-zulip pages to the corporate folder.
This commit is contained in:
parent
d15158e76b
commit
c908c9b497
|
@ -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
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue