Display avail.contact a bit more prominently
This commit is contained in:
parent
cb74f71036
commit
9824e844fa
2 changed files with 2 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ class Availability(models.Model):
|
|||
verbose_name = "Disponibilité"
|
||||
|
||||
def __unicode__(self):
|
||||
return '%s - %s (%s)' % (self.period, self.corporation, self.domain)
|
||||
return '%s - %s (%s) - %s' % (self.period, self.corporation, self.domain, self.contact)
|
||||
|
||||
@property
|
||||
def free(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue