diff --git a/README.rst b/README.rst index 44da8dd..7b2897c 100644 --- a/README.rst +++ b/README.rst @@ -44,6 +44,9 @@ INSTALLATION ============ * For installation instructions, see `the docs `_. + +Note for Django 1.9 : you have to clone the `django-pagination-py3 repository `_ as +the pip version is not yet compatible with Django 1.9. Contribute ========== diff --git a/planet/templates/base.html b/planet/templates/base.html index 9f33aee..1bc54a4 100644 --- a/planet/templates/base.html +++ b/planet/templates/base.html @@ -1,5 +1,5 @@ {% load staticfiles i18n %} -{% load url from future %} + diff --git a/planet/templates/planet/authors/blocks/list_for_tag.html b/planet/templates/planet/authors/blocks/list_for_tag.html index 6fbe6bc..c8a64f0 100644 --- a/planet/templates/planet/authors/blocks/list_for_tag.html +++ b/planet/templates/planet/authors/blocks/list_for_tag.html @@ -1,5 +1,4 @@ {% load i18n %} -{% load url from future %} {% ifnotequal authors|length 1 %}