Skip to content

Commit

Permalink
Merge pull request #725 from scidsg/last-upgrade-fix
Browse files Browse the repository at this point in the history
Fix Upgrade Badge
  • Loading branch information
glenn-sorrentino authored Oct 30, 2024
2 parents 57de2da + d5dd6e1 commit 1128ace
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hushline/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ <h1>{{ host_org.brand_app_name }}</h1>
{% if 'user_id' in session and (session.get('is_authenticated', False)) %}
{% if is_premium_enabled and user.is_free_tier %}
<li>
<span class="nav-emoji">⭐️&nbsp;</span>
<a href="{{ url_for('premium.index') }}">Upgrade</a>
</li>
{% endif %}
Expand Down

0 comments on commit 1128ace

Please sign in to comment.