diff --git a/tildes/tildes/views/topic.py b/tildes/tildes/views/topic.py index b6be6ff..2b7233a 100644 --- a/tildes/tildes/views/topic.py +++ b/tildes/tildes/views/topic.py @@ -193,6 +193,7 @@ def get_group_topics( # noqa Group.path.descendant_of(request.context.path), Group.path != request.context.path, ) + .order_by(Group.path) .all() )