diff --git a/cdhweb/projects/models.py b/cdhweb/projects/models.py index f2259dc4..22b4f48b 100644 --- a/cdhweb/projects/models.py +++ b/cdhweb/projects/models.py @@ -441,6 +441,7 @@ def get_child_queryset(self, request, filter_form): # making the results into a queryset (above) children = children.current() + children = children.order_by("title") return children def get_context(self, request, year=None, month=None):