diff --git a/subjects/templates/subjects/list.html b/subjects/templates/subjects/list.html index b012fe7..cda3372 100644 --- a/subjects/templates/subjects/list.html +++ b/subjects/templates/subjects/list.html @@ -45,7 +45,7 @@
- {% if subjects|length > 0 %} + {% if categories|length > 0 %}
{% for category in categories %} {% if category.visible %} -- libgit2 0.21.2