From 6158411ecb0d463046a21196b0780f67a180ecd2 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Sat, 11 Nov 2023 06:47:45 +0000 Subject: [PATCH] upgrade: Move error fields under the purchase button. --- templates/corporate/upgrade.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/templates/corporate/upgrade.html b/templates/corporate/upgrade.html index 364065eec0..2b4be09721 100644 --- a/templates/corporate/upgrade.html +++ b/templates/corporate/upgrade.html @@ -30,12 +30,6 @@ {% endif %} - {% if error_message %} -
- {{ error_message }} -
- {% endif %} -
@@ -51,7 +45,6 @@

Zulip Cloud Standard free trial

{% endif %}
-
{% if free_trial_days %}

You won't be charged during the free trial. You can also downgrade to @@ -135,8 +128,14 @@ +

+ {% if error_message %} +
+ {{ error_message }} +
+ {% endif %}