Skip to content

Commit

Permalink
Fix #528 (#616)
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Danic <mario@lovelyhq.com>
  • Loading branch information
mario authored and BernhardPosselt committed Aug 14, 2019
1 parent c1e7e5d commit a0a175a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nextcloudappstore/core/templates/app/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ <h5>{% trans "Publisher" %}</h5>
{% endif %}
</p>
{% endif %}
{% for category in object.categories.all %}
<h5>{% trans "Category" %}</h5>
<p>{{ category }}</p>
{% endfor %}
<h5>{% trans 'Overall rating' %}</h5>
<p class="{{ object.rating_overall|app_rating_class }}">{{ object.rating_overall|app_rating }}</p>
<h5>{% trans 'Recent rating' %}</h5>
Expand Down

0 comments on commit a0a175a

Please sign in to comment.