Some cable list work

This commit is contained in:
2022-02-14 15:28:43 +00:00
parent 733ea69cc5
commit 042004e1ae
4 changed files with 18 additions and 30 deletions

View File

@@ -83,6 +83,7 @@ class AssetList(LoginRequiredMixin, generic.ListView):
class CableList(AssetList):
template_name = 'cable_list.html'
paginator = None
def get_queryset(self):
queryset = super().get_queryset().filter(is_cable=True)