Skip to content

Commit

Permalink
use SearchableViewMixinPF4 instead of SubscriptionSearchableViewMixin…
Browse files Browse the repository at this point in the history
… in class SearchableViewMixinPF4
  • Loading branch information
vijaysawant committed Jan 22, 2025
1 parent 719fb6b commit b8ce6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airgun/views/subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def fill(self, values):
self.close()


class SubscriptionListView(BaseLoggedInView, SubscriptionSearchableViewMixin):
class SubscriptionListView(BaseLoggedInView, SearchableViewMixinPF4):
"""List of all subscriptions."""

table = SatSubscriptionsViewTable(
Expand Down

0 comments on commit b8ce6f8

Please sign in to comment.