From 8105504980d7c7a2151cfcc42102effedf35ba3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Mogu=C3=A9rou?= Date: Sat, 18 May 2024 10:34:47 +0200 Subject: [PATCH] temp public listing for sharing --- colloscope/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colloscope/views.py b/colloscope/views.py index 4b0d8e5..832bde6 100644 --- a/colloscope/views.py +++ b/colloscope/views.py @@ -20,7 +20,7 @@ def handler404(request): return render(request, '404.html', context, status=404) -class ColleListView(LoginRequiredMixin, ListView): +class ColleListView(ListView): model = Colle context_object_name = "colles"