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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user