Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
better check for per app revenue stats
Browse files Browse the repository at this point in the history
  • Loading branch information
spasovski committed Nov 11, 2013
1 parent 43d9f4a commit 7d11797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/app_dashboard.html
Expand Up @@ -12,7 +12,7 @@ <h2>{{ _('Charts currently available') }}</h2>
<li>
<a href="{{ url('per_app_visits', [slug]) }}">{{ _('Visits') }}</a>
</li>
{% if not this.premium_type == 'free' and is_superuser %}
{% if this.premium_type != 'free' and is_superuser %}
<li>
<a href="{{ url('per_app_revenue', [slug]) }}">{{ _('Gross Revenue') }}</a>
</li>
Expand Down

0 comments on commit 7d11797

Please sign in to comment.