From 8c51d8d5d0cb797695c54f6acd123a27f83ccb80 Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Mon, 25 Nov 2024 19:32:49 +0100 Subject: [PATCH] templates: Remove "no-validation" class. The CSS rule for the "no-validation" class was removed in commit 388acbbfcba, but the class was not removed from the templates in those changes. --- templates/corporate/billing/billing.html | 30 +++++++++---------- .../billing/legacy_server_login.html | 2 +- .../remote_billing_confirm_email_form.html | 2 +- ...e_billing_finalize_login_confirmation.html | 2 +- .../remote_billing_server_deactivate.html | 2 +- ...te_billing_server_deactivated_success.html | 2 +- templates/corporate/billing/sponsorship.html | 8 ++--- templates/corporate/billing/upgrade.html | 10 +++---- .../corporate/support/support_request.html | 4 +-- templates/two_factor/_wizard_forms.html | 2 +- templates/zerver/login.html | 5 ++-- templates/zerver/register.html | 2 +- 12 files changed, 35 insertions(+), 36 deletions(-) diff --git a/templates/corporate/billing/billing.html b/templates/corporate/billing/billing.html index 3f3d572b82..caaa410066 100644 --- a/templates/corporate/billing/billing.html +++ b/templates/corporate/billing/billing.html @@ -41,7 +41,7 @@
-
+
{% if free_trial or downgrade_at_end_of_free_trial %} @@ -61,13 +61,13 @@
{% if is_server_on_legacy_plan %} -
+
This is a legacy plan that ends on {{ remote_server_legacy_plan_end_date }}.
{% endif %} -
{% if is_server_on_legacy_plan or fixed_price_plan %} {% elif automanage_licenses %} -
+
{% else %} {% if not (free_trial or downgrade_at_end_of_free_trial) %} -
+
{% endif %} {% if not (downgrade_at_end_of_cycle or downgrade_at_end_of_free_trial) %} -
+