added some filters to templates

This commit is contained in:
2025-08-03 10:50:59 +03:00
parent e824e87953
commit 13c4c324fc
29 changed files with 180 additions and 89 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ class ContainerDetails(ListView):
model = Container
# base_template = 'employee-base.html'
context_object_name = 'objects'
paginate_by = 10
paginate_by = 20
def get_queryset(self):
container_number = self.request.session.get('container_number')