diff --git a/categories/templates/categories/list.html b/categories/templates/categories/list.html index bb60a86..2b1e83e 100755 --- a/categories/templates/categories/list.html +++ b/categories/templates/categories/list.html @@ -1,6 +1,6 @@ {% extends 'categories/home.html' %} -{% load static i18n permission_tags %} +{% load static i18n pagination %} {% load django_bootstrap_breadcrumbs %} {% block javascript%} @@ -169,6 +169,7 @@ {% endif %} {% endfor %} + {% pagination request paginator page_obj %}