From 8599f36e4470e96374422146a8d759dcd1b15ca6 Mon Sep 17 00:00:00 2001 From: actlikewill Date: Fri, 22 Nov 2024 15:10:52 +0300 Subject: [PATCH] Update peachjam_search/views.py Co-authored-by: Greg Kempe --- peachjam_search/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/peachjam_search/views.py b/peachjam_search/views.py index 643338746..c6df7a748 100644 --- a/peachjam_search/views.py +++ b/peachjam_search/views.py @@ -788,7 +788,6 @@ def has_permission(self): class AllowSavedSearchesMixin: def dispatch(self, *args, **kwargs): if not pj_settings().allow_save_searches: - raise Http404("Saving searches is not allowed.") return super().dispatch(*args, **kwargs)