diff --git a/app/templates/packages/list.html b/app/templates/packages/list.html index e272782..ec17f80 100644 --- a/app/templates/packages/list.html +++ b/app/templates/packages/list.html @@ -27,14 +27,14 @@ {% set tag = pair[1] %} {% if tag in selected_tags %} - {{ tag.title }} ({{ count }}) {% else %} - {{ tag.title }} diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index 1d97da9..00eea2e 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -48,7 +48,7 @@ {% endif %} {% for t in package.tags %} - {{ t.title }} {% endfor %}