fixed client dashboard
fixed employee sidebar nomenclatures buttons
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user