mirror of
https://github.com/simple-login/app.git
synced 2025-10-09 06:50:45 +08:00
Give more info on the trial period
This commit is contained in:
parent
53e04a8066
commit
b47b74d98a
1 changed files with 4 additions and 1 deletions
|
@ -26,7 +26,10 @@
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
{% if current_user.in_trial() %}
|
{% if current_user.in_trial() %}
|
||||||
<small class="text-success d-block mt-1">Trial ends {{ current_user.trial_end|dt }}</small>
|
<small class="text-success d-block mt-1">Premium ends {{ current_user.trial_end|dt }}
|
||||||
|
<i class="fe fe-info" data-toggle="tooltip"
|
||||||
|
title="When you signed up, your account is upgraded to the premium plan for 7 days (the trial period). After this period, your account will come back to the free plan"></i>
|
||||||
|
</small>
|
||||||
{% elif current_user.is_premium() %}
|
{% elif current_user.is_premium() %}
|
||||||
|
|
||||||
<small class="text-success d-block mt-1">Premium
|
<small class="text-success d-block mt-1">Premium
|
||||||
|
|
Loading…
Add table
Reference in a new issue