space changed too < in __str__ person
This commit is contained in:
parent
808f1d94bb
commit
8e409d1a38
1 changed files with 2 additions and 2 deletions
|
@ -426,11 +426,11 @@ class Organisation(models.Model):
|
|||
if self.organisation_english:
|
||||
if self.organisation_2:
|
||||
name = f"{self.organisation_english} ({self.organisation_2})"
|
||||
name = f"{self.country}-{self.organisation_english}-{self.organisation_2}-{self.organisation_3}-{self.acronym}"
|
||||
name = f"{self.country} < {self.organisation_english} < {self.organisation_2} < {self.organisation_3} < {self.acronym}"
|
||||
|
||||
else:
|
||||
name = f"{self.organisation_english}"
|
||||
name = f"{self.country}-{self.organisation_english}-{self.organisation_2}-{self.organisation_3}-{self.acronym}"
|
||||
name = f"{self.country} < {self.organisation_english} < {self.organisation_2} < {self.organisation_3} < {self.acronym}"
|
||||
|
||||
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue