You can move @@ -56,6 +56,6 @@
- {% include "zerver/compare.html" %} + {% include "corporate/compare.html" %}
diff --git a/corporate/views/portico.py b/corporate/views/portico.py index 757f539228..17c83f60d4 100644 --- a/corporate/views/portico.py +++ b/corporate/views/portico.py @@ -61,7 +61,7 @@ def plans_view(request: HttpRequest) -> HttpResponse: return TemplateResponse( request, - "zerver/plans.html", + "corporate/plans.html", context={ "realm": realm, "free_trial_days": free_trial_days, diff --git a/templates/zerver/compare.html b/templates/corporate/compare.html similarity index 100% rename from templates/zerver/compare.html rename to templates/corporate/compare.html diff --git a/templates/corporate/for/business.html b/templates/corporate/for/business.html index 6aae8e4366..57e137f7df 100644 --- a/templates/corporate/for/business.html +++ b/templates/corporate/for/business.html @@ -533,7 +533,7 @@
You can move @@ -56,6 +56,6 @@