diff --git a/categories/templates/categories/list.html b/categories/templates/categories/list.html index 24868a2..467f82a 100755 --- a/categories/templates/categories/list.html +++ b/categories/templates/categories/list.html @@ -91,16 +91,6 @@ {% endif %} {{category.description|safe}} - - {% if user in category.coordinators.all %} - - {% endif %} - -
- {% for subject in category.subject_category.all %} - {% include "subjects/subject_card.html" %} - {% endfor %} -
{% elif request.user in category.coordinators.all or request.user.is_staff %} @@ -148,16 +138,6 @@ {% endif %} {{category.description|safe}} - - {% if user in category.coordinators.all %} - - {% endif %} - -
- {% for subject in category.subject_category.all %} - {% include "subjects/subject_card.html" %} - {% endfor %} -
{% endif %} -- libgit2 0.21.2