Fixed remarks from #1898.
This commit is contained in:
parent
d37b89a15a
commit
09b397f3b1
@ -462,7 +462,8 @@ class Motion(RESTModelMixin, models.Model):
|
|||||||
"""
|
"""
|
||||||
Return a simple title string for the agenda.
|
Return a simple title string for the agenda.
|
||||||
|
|
||||||
Contains only agenda item number and title.
|
Returns only the motion title so that you have only agenda item number
|
||||||
|
and title in the agenda.
|
||||||
"""
|
"""
|
||||||
return str(self)
|
return str(self)
|
||||||
|
|
||||||
@ -470,7 +471,8 @@ class Motion(RESTModelMixin, models.Model):
|
|||||||
"""
|
"""
|
||||||
Return a title string for the agenda list view.
|
Return a title string for the agenda list view.
|
||||||
|
|
||||||
Contains agenda item number, title and motion identifier.
|
Returns only the motion title so that you have agenda item number,
|
||||||
|
title and motion identifier in the agenda.
|
||||||
Note: It has to be the same return value like in JavaScript.
|
Note: It has to be the same return value like in JavaScript.
|
||||||
"""
|
"""
|
||||||
if self.identifier:
|
if self.identifier:
|
||||||
|
Loading…
Reference in New Issue
Block a user