mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-27 05:32:08 +00:00
🔧 The last one I promise.
This commit is contained in:
@@ -253,7 +253,7 @@ class LibraryListByVersionByCategory(CategoryMixin, FormMixin, ListView):
|
||||
def get_queryset(self, **kwargs):
|
||||
category = self.kwargs.get("category")
|
||||
version_slug = self.kwargs.get("version_slug")
|
||||
qs = (
|
||||
return (
|
||||
super()
|
||||
.get_queryset()
|
||||
.filter(
|
||||
@@ -263,8 +263,6 @@ class LibraryListByVersionByCategory(CategoryMixin, FormMixin, ListView):
|
||||
.distinct()
|
||||
)
|
||||
|
||||
return qs
|
||||
|
||||
def post(self, request, *args, **kwargs):
|
||||
"""User has submitted a form and will be redirected to the right results"""
|
||||
form = self.get_form()
|
||||
|
||||
Reference in New Issue
Block a user