Drobnost
This commit is contained in:
parent
ccf3ec07f7
commit
4a3681b1a6
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class SoustredeniListView(generic.ListView):
|
|||
if not self.request.user.je_org:
|
||||
return super().get_queryset()
|
||||
return (
|
||||
Soustredeni.objects
|
||||
super().get_queryset()
|
||||
.prefetch_related(
|
||||
"ucastnici", "ucastnici__osoba",
|
||||
"organizatori", "organizatori__osoba",
|
||||
|
|
Loading…
Reference in a new issue