improve wording to explain what happens if user re-subscribe

This commit is contained in:
Son 2021-11-29 16:38:38 +01:00
parent 57b390733d
commit 5dbc42a6a7

View file

@ -18,15 +18,14 @@
You have canceled your subscription and it will end on {{ sub.next_bill_date.strftime("%Y-%m-%d") }} You have canceled your subscription and it will end on {{ sub.next_bill_date.strftime("%Y-%m-%d") }}
</p> </p>
<hr> <p class="alert alert-info">
<p> If you change your mind you can subscribe again to SimpleLogin but
If you change your mind you can subscribe again to SimpleLogin but please note that this will be a completely please note that this will be a completely
new subscription and new subscription and
your payment method will be charged <b>immediately</b>. your payment method will be charged <b>immediately</b>. <br>
The period left in the current subscription isn't taken into account.
<br> <br>
We are going to send you an email by the end of the subscription so maybe you can upgrade at that time.
<br>
<a href="{{ url_for('dashboard.pricing') }}" class="btn btn-primary mt-2">Re-subscribe</a> <a href="{{ url_for('dashboard.pricing') }}" class="btn btn-primary mt-2">Re-subscribe</a>
</p> </p>