temp public listing for sharing
This commit is contained in:
parent
fcf2f41022
commit
efb4a54c91
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue