From 48ad66ea251a9af32c2aa8c8033a6da1f693de85 Mon Sep 17 00:00:00 2001 From: Zambom Date: Fri, 6 Jan 2017 16:03:23 -0200 Subject: [PATCH] Removing subjects list from manage categories page --- categories/templates/categories/list.html | 20 -------------------- 1 file changed, 0 insertions(+), 20 deletions(-) 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