#164 call a assignmentpoll by this ballot number

This commit is contained in:
Oskar Hahn 2012-06-23 12:43:18 +02:00
parent ae8876425a
commit cc42792a38

View File

@ -221,6 +221,9 @@ class AssignmentPoll(BasePoll, CountInvalid, CountVotesCast, PublishPollMixin):
if link == 'delete':
return ('assignment_poll_delete', [str(self.id)])
def __unicode__(self):
return _("Ballot %d") % self.get_ballot()
from django.dispatch import receiver
from openslides.config.signals import default_config_value