Changeset - 5948aacd93f4
[Not reviewed]
0 1 0
Hiroshi Miura - 9 years ago 2015-06-17 02:43:02
miurahr@linux.com
Internatinalize status label - undecided

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
symposion/proposals/models.py
Show inline comments
...
 
@@ -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
0 comments (0 inline, 0 general)