billing: Show special success msg for legacy upgrade scheduled server.

This commit is contained in:
Aman Agrawal 2023-12-12 18:50:03 +00:00 committed by Tim Abbott
parent ccaef86e20
commit 2e8aba2e83
1 changed files with 4 additions and 0 deletions

View File

@ -20,7 +20,11 @@
{% endif %}
{% if success_message %}
<div class="alert alert-success billing-page-success" id="billing-success-message-top">
{% if legacy_remote_server_next_plan_name and "PLAN_NAME" in success_message %}
Your organization will be upgraded to {{ legacy_remote_server_next_plan_name }} on {{ remote_server_legacy_plan_end_date }}.
{% else %}
{{ success_message.replace("PLAN_NAME", plan_name) }}
{% endif %}
</div>
{% endif %}
<div class="pitch">