2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-17 18:37:11 +00:00

new report for Lost entrances

This commit is contained in:
2025-03-01 22:13:46 +00:00
parent 4e9c766493
commit 71c3fb12ab
4 changed files with 88 additions and 1 deletions

View File

@@ -266,6 +266,9 @@ class Entrance(TroggleModel):
def __str__(self):
return str(self.slug)
def name(self):
return str(self.slug)[5:]
def single(self, station):
if not station: