Skip to content

Commit d7d01a1

Browse files
author
Kátia Nakamura
committed
cfp: add more info in __str__ for CFPRating
1 parent 7b408c1 commit d7d01a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyconbalkan/cfp/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ def formatted_markdown(self):
6161
return ''
6262

6363
def __str__(self):
64-
return '[{}] by {}'.format(self.mark, self.user.first_name)
64+
return '[{}/10] {}: reviewed by {}'.format(self.mark, self.cfp.title, self.user.first_name)
6565

0 commit comments

Comments
 (0)