temp public listing for sharing
This commit is contained in:
parent
5c6a2f6105
commit
8105504980
|
@ -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