Skip to content

Commit

Permalink
Update peachjam_search/views.py
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Kempe <[email protected]>
  • Loading branch information
actlikewill and longhotsummer authored Nov 22, 2024
1 parent 0706f72 commit 8599f36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion peachjam_search/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 8599f36

Please sign in to comment.