Reduced application poll title.
This commit is contained in:
parent
1811f0108c
commit
6458a69324
@ -355,7 +355,7 @@ class Application(models.Model):
|
||||
description = _("%s. poll") % pollcount
|
||||
else:
|
||||
description = _("Poll")
|
||||
poll = Poll(title=_("Vote on application #%s") % self.number, \
|
||||
poll = Poll(title=_("Application #%s") % self.number, \
|
||||
optiondecision=True, \
|
||||
application=self,
|
||||
description=description)
|
||||
|
Loading…
Reference in New Issue
Block a user