fixed client dashboard

fixed employee sidebar nomenclatures buttons
This commit is contained in:
2025-08-03 17:25:23 +03:00
parent 9167092f27
commit f501be9794
13 changed files with 154 additions and 236 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ class ContainerDetails(LoginRequiredMixin, ListView):
template_name = 'common/container-details.html'
model = Container
context_object_name = 'objects'
paginate_by = 20
paginate_by = 8
def get_queryset(self):
container_number = self.request.session.get('container_number')