diff --git a/apps/capabilities/product_management/views/product_views.py b/apps/capabilities/product_management/views/product_views.py index 19b8e622..03877e12 100644 --- a/apps/capabilities/product_management/views/product_views.py +++ b/apps/capabilities/product_management/views/product_views.py @@ -288,7 +288,7 @@ def get_context_data(self, **kwargs): }) return context -class BountyListView(BaseProductView, ListView): +class BountyListView(ListView): """View for listing all bounties""" model = Bounty template_name = "product_management/bounty/list.html"