diff --git a/apps/note/views.py b/apps/note/views.py index 13b0c118..0cdfe370 100644 --- a/apps/note/views.py +++ b/apps/note/views.py @@ -197,7 +197,6 @@ class ConsoView(ProtectQuerysetMixin, LoginRequiredMixin, SingleTableView): return context - class TransactionSearchView(ProtectQuerysetMixin, LoginRequiredMixin, DetailView): model = Note context_object_name = "note"