Fix bug in Ohlhafv model regarding translation
This commit is contained in:
+1
-1
@@ -279,7 +279,7 @@ class OhlhafvChallenge(models.Model):
|
||||
('0.33 L', '0.33 L'),
|
||||
('0.5 L', '0.5 L'),
|
||||
('1.0 L', '1.0 L'),
|
||||
(_('Team'), _('Team Challenge (1 x 0.33 L, 2 x 0.5 L, 1 x 1.0 L)'))
|
||||
('Team', _('Team Challenge (1 x 0.33 L, 2 x 0.5 L, 1 x 1.0 L)'))
|
||||
)
|
||||
|
||||
challenger = models.CharField(_('Challenger'), max_length=255)
|
||||
|
||||
Reference in New Issue
Block a user