urls: Move /features files to corporate folder.

This commit is contained in:
Aman Agrawal
2022-08-16 10:21:47 +00:00
committed by Tim Abbott
parent a5d7a334c4
commit 4a9b4fb91b
3 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ landing_page_urls = [
# Landing page, features pages, signup form, etc.
path("hello/", hello_view),
path("new-user/", RedirectView.as_view(url="/hello", permanent=True)),
path("features/", landing_view, {"template_name": "zerver/features.html"}),
path("features/", landing_view, {"template_name": "corporate/features.html"}),
path("plans/", plans_view, name="plans"),
path("apps/", apps_view),
path("apps/download/<platform>", app_download_link_redirect),

View File

@@ -714,7 +714,7 @@ html_rules: List["Rule"] = [
# Inline styling for an svg; could be moved to CSS files?
"templates/zerver/landing_nav.html",
"templates/zerver/billing_nav.html",
"templates/zerver/features.html",
"templates/corporate/features.html",
"templates/zerver/portico-header.html",
"templates/corporate/billing.html",
"templates/corporate/upgrade.html",