diff --git a/myproject/customers/templates/customers/customer_list.html b/myproject/customers/templates/customers/customer_list.html index 8b44661..eeff6f4 100644 --- a/myproject/customers/templates/customers/customer_list.html +++ b/myproject/customers/templates/customers/customer_list.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load query_tags %} {% block title %}Клиенты{% endblock %} @@ -132,12 +133,12 @@