urls: Move /development-community files to corporate folder.

This commit is contained in:
Aman Agrawal 2022-08-16 10:34:43 +00:00 committed by Tim Abbott
parent 9ce7a784e7
commit 7cd8bcd004
3 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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>