From 0f53dcfe75705f9b625c36ad2d79bd56aec319f1 Mon Sep 17 00:00:00 2001 From: xenakistheo Date: Thu, 8 Feb 2024 19:43:56 +0100 Subject: [PATCH] Removed LoginWall from PlaceView --- nablapps/interactive/views/place.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nablapps/interactive/views/place.py b/nablapps/interactive/views/place.py index 7023f5f4..d401275b 100644 --- a/nablapps/interactive/views/place.py +++ b/nablapps/interactive/views/place.py @@ -17,7 +17,7 @@ ) -class PlaceView(LoginRequiredMixin, DetailView): +class PlaceView(DetailView): """DetailView displaying the grid with a given pk""" model = PlaceGrid