whitespace nit
This commit is contained in:
parent
402a02097f
commit
b1d2ff22dd
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ class ProposalBase(models.Model):
|
|||
@property
|
||||
def speaker_email(self):
|
||||
return self.speaker.email
|
||||
|
||||
|
||||
@property
|
||||
def number(self):
|
||||
return str(self.pk).zfill(3)
|
||||
|
|
Loading…
Reference in a new issue