Merge pull request #1262 from emanuelschuetze/fix-1260-1261
Fix for new percent base choice config (Fixed #1260)
This commit is contained in:
commit
808715f34f
@ -70,8 +70,8 @@ class BaseVote(models.Model):
|
|||||||
|
|
||||||
|
|
||||||
PERCENT_BASE_CHOICES = (
|
PERCENT_BASE_CHOICES = (
|
||||||
('WITHOUT_INVALID', ugettext_lazy('All valid votes (Yes + No + Abstention)')),
|
('WITHOUT_INVALID', ugettext_lazy('Only all valid votes')),
|
||||||
('WITH_INVALID', ugettext_lazy('All votes casts (valid + invalid votes)')),
|
('WITH_INVALID', ugettext_lazy('All votes cast (including invalid votes)')),
|
||||||
('DISABLED', ugettext_lazy('Disabled (no percents)')))
|
('DISABLED', ugettext_lazy('Disabled (no percents)')))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user