mirror of https://github.com/zulip/zulip.git
urls: Move /development-community files to corporate folder.
This commit is contained in:
parent
9ce7a784e7
commit
7cd8bcd004
|
@ -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),
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<div class="main">
|
||||
<div class="padded-content">
|
||||
<div class="inner-content markdown">
|
||||
{{ render_markdown_path('zerver/development-community.md') }}
|
||||
{{ render_markdown_path('corporate/development-community.md') }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in New Issue