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
|
description = _("%s. poll") % pollcount
|
||||||
else:
|
else:
|
||||||
description = _("Poll")
|
description = _("Poll")
|
||||||
poll = Poll(title=_("Vote on application #%s") % self.number, \
|
poll = Poll(title=_("Application #%s") % self.number, \
|
||||||
optiondecision=True, \
|
optiondecision=True, \
|
||||||
application=self,
|
application=self,
|
||||||
description=description)
|
description=description)
|
||||||
|
Loading…
Reference in New Issue
Block a user