mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 18:57:13 +00:00
simpler person icon in calendar report
This commit is contained in:
@@ -126,8 +126,9 @@ class Person(TroggleModel):
|
||||
return self.notability() > Decimal(1) / Decimal(3)
|
||||
|
||||
def get_mugshot_url(self):
|
||||
# insert code to extract src= url from the blub text
|
||||
return f"/person/{self.slug}"
|
||||
# insert code to extract src= url from the blrb text ? Or do it in the parser..
|
||||
photo_url = f"/person/{self.slug}"
|
||||
return photo_url
|
||||
|
||||
def surveyedleglength(self):
|
||||
return sum([personexpedition.surveyedleglength() for personexpedition in self.personexpedition_set.all()])
|
||||
|
||||
Reference in New Issue
Block a user