mirror of
https://github.com/simple-login/app.git
synced 2025-09-27 17:06:02 +08:00
add premium badge to custom domain
This commit is contained in:
parent
8dcb8dd249
commit
c1438944f1
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@
|
|||
{% if current_user.is_premium() %}
|
||||
<a class="dropdown-item" href="{{ url_for('dashboard.custom_domain') }}">
|
||||
<i class="dropdown-icon fe fe-server"></i> Custom Domains
|
||||
<span class="badge badge-success">Premium</span>
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue