Internatinalize status label - undecided

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura 2015-06-17 10:43:44 +09:00
parent 464d85b36a
commit 5948aacd93

View file

@ -130,7 +130,7 @@ class ProposalBase(models.Model):
try:
return self.result.status
except ObjectDoesNotExist:
return 'undecided'
return _('Undecided')
def speakers(self):
yield self.speaker