Fix bad order call
This commit is contained in:
parent
f9667a8e26
commit
9dcec2fa62
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ class GovPlanSectionDetailView(GovernmentMixin, DetailView):
|
||||||
categories__in=self.object.categories.all(), government=self.government
|
categories__in=self.object.categories.all(), government=self.government
|
||||||
)
|
)
|
||||||
.distinct()
|
.distinct()
|
||||||
.order_by("order", "title")
|
.order_by("title")
|
||||||
)
|
)
|
||||||
return context
|
return context
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue