mirror of
https://github.com/simple-login/app.git
synced 2025-10-03 11:56:48 +08:00
fix name
This commit is contained in:
parent
a001132497
commit
459f821036
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
||||||
You have lifetime access to the Premium plan.
|
You have lifetime access to the Premium plan.
|
||||||
{% if not current_user.paid_lifetime %}
|
{% if not current_user.paid_lifetime %}
|
||||||
<br>
|
<br>
|
||||||
To support Simple Login you can switch to a paid plan. <br>
|
To support SimpleLogin you can switch to a paid plan. <br>
|
||||||
<a href="{{ url_for('dashboard.pricing') }}" class="btn btn-sm btn-outline-primary">Upgrade</a>
|
<a href="{{ url_for('dashboard.pricing') }}" class="btn btn-sm btn-outline-primary">Upgrade</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% elif current_user.get_subscription() %}
|
{% elif current_user.get_subscription() %}
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
({{ manual_sub.end_at.format("YYYY-MM-DD") }}).
|
({{ manual_sub.end_at.format("YYYY-MM-DD") }}).
|
||||||
{% if manual_sub.is_giveaway %}
|
{% if manual_sub.is_giveaway %}
|
||||||
<br>
|
<br>
|
||||||
To gain additional features and support Simple Login you can upgrade to a Premium plan. <br>
|
To gain additional features and support SimpleLogin you can upgrade to a Premium plan. <br>
|
||||||
<a href="{{ url_for('dashboard.pricing') }}" class="btn btn-sm btn-outline-primary">Upgrade</a>
|
<a href="{{ url_for('dashboard.pricing') }}" class="btn btn-sm btn-outline-primary">Upgrade</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue