Skip to content

Commit

Permalink
Removed LoginWall from PlaceView
Browse files Browse the repository at this point in the history
  • Loading branch information
xenakistheo committed Feb 8, 2024
1 parent 644a26e commit 0f53dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nablapps/interactive/views/place.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
)


class PlaceView(LoginRequiredMixin, DetailView):
class PlaceView(DetailView):
"""DetailView displaying the grid with a given pk"""

model = PlaceGrid
Expand Down

0 comments on commit 0f53dcf

Please sign in to comment.