diff --git a/categories/templates/categories/create.html b/categories/templates/categories/create.html index feeee9f..20e5012 100644 --- a/categories/templates/categories/create.html +++ b/categories/templates/categories/create.html @@ -36,12 +36,8 @@ diff --git a/categories/templates/categories/list.html b/categories/templates/categories/list.html index 834c97f..57fd016 100755 --- a/categories/templates/categories/list.html +++ b/categories/templates/categories/list.html @@ -86,13 +86,13 @@ {{coordinator.username}} {% endfor %} - - - {{category.description|safe}} + {{category.description|safe}} {% if user in category.coordinators.all %} {% endif %} + + {% comment %}