remove 'primary' concept from entrance slugs. tested.

This commit is contained in:
2023-03-28 17:08:55 +01:00
parent 6ca5d5bfa8
commit bbc13c4eb9
4 changed files with 15 additions and 22 deletions

View File

@@ -484,7 +484,7 @@ def ent(request, cave_id, ent_letter):
)
def cave_debug(request):
ents = Entrance.objects.all()
ents = Entrance.objects.all().order_by('id')
#slugs = self.entranceslug_set.filter()
return render(
request,