temp public listing for sharing

This commit is contained in:
Valentin Moguérou 2024-05-18 10:34:47 +02:00
parent fcf2f41022
commit efb4a54c91
1 changed files with 1 additions and 1 deletions

View File

@ -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"