diff --git a/isic/core/templates/core/collection_detail.html b/isic/core/templates/core/collection_detail.html index 84bf0b14..a17895a1 100644 --- a/isic/core/templates/core/collection_detail.html +++ b/isic/core/templates/core/collection_detail.html @@ -1,6 +1,5 @@ {% extends 'core/base.html' %} {% load localtime %} -{% load spurl %} {% load get_key %} {% load humanize %} @@ -129,7 +128,7 @@
- +
diff --git a/isic/core/templates/core/collection_list.html b/isic/core/templates/core/collection_list.html index bff4e411..00e58aa6 100644 --- a/isic/core/templates/core/collection_list.html +++ b/isic/core/templates/core/collection_list.html @@ -1,7 +1,6 @@ {% extends 'core/base.html' %} {% load humanize %} {% load get_key %} -{% load spurl %} {% block content %}
@@ -13,20 +12,20 @@
{% url 'core/collection-list' as base %} - + {% if request.user.is_authenticated %} - + - +