summaryrefslogtreecommitdiffstats
path: root/core/views/caves.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/views/caves.py')
-rw-r--r--core/views/caves.py2
1 files changed, 1 insertions, 1 deletions
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,