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
@@ -11,7 +11,7 @@ from common.utils.utils import filter_queryset_by_user
class ClientBookingView(LoginRequiredMixin, UserPassesTestMixin, ListView):
model = Booking
template_name = 'client/booking-list.html'
paginate_by = 4
paginate_by = 20
context_object_name = 'objects'
# base_template = 'client-base.html'