diff --git a/core/views/caves.py b/core/views/caves.py index 723df60..34e4c08 100644 --- a/core/views/caves.py +++ b/core/views/caves.py @@ -138,7 +138,7 @@ def caveindex(request): ) def entranceindex(request): - ents = Entrance.objects.all() + ents = Entrance.objects.all().order_by("slug") return render( request,