mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	urls: Move /features files to corporate folder.
This commit is contained in:
		@@ -52,7 +52,7 @@ landing_page_urls = [
 | 
				
			|||||||
    # Landing page, features pages, signup form, etc.
 | 
					    # Landing page, features pages, signup form, etc.
 | 
				
			||||||
    path("hello/", hello_view),
 | 
					    path("hello/", hello_view),
 | 
				
			||||||
    path("new-user/", RedirectView.as_view(url="/hello", permanent=True)),
 | 
					    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("plans/", plans_view, name="plans"),
 | 
				
			||||||
    path("apps/", apps_view),
 | 
					    path("apps/", apps_view),
 | 
				
			||||||
    path("apps/download/<platform>", app_download_link_redirect),
 | 
					    path("apps/download/<platform>", app_download_link_redirect),
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -714,7 +714,7 @@ html_rules: List["Rule"] = [
 | 
				
			|||||||
            # Inline styling for an svg; could be moved to CSS files?
 | 
					            # Inline styling for an svg; could be moved to CSS files?
 | 
				
			||||||
            "templates/zerver/landing_nav.html",
 | 
					            "templates/zerver/landing_nav.html",
 | 
				
			||||||
            "templates/zerver/billing_nav.html",
 | 
					            "templates/zerver/billing_nav.html",
 | 
				
			||||||
            "templates/zerver/features.html",
 | 
					            "templates/corporate/features.html",
 | 
				
			||||||
            "templates/zerver/portico-header.html",
 | 
					            "templates/zerver/portico-header.html",
 | 
				
			||||||
            "templates/corporate/billing.html",
 | 
					            "templates/corporate/billing.html",
 | 
				
			||||||
            "templates/corporate/upgrade.html",
 | 
					            "templates/corporate/upgrade.html",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user