mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 17:08:30 +01:00
improve wording to explain what happens if user re-subscribe
This commit is contained in:
parent
57b390733d
commit
5dbc42a6a7
1 changed files with 5 additions and 6 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue