Fixed title as well
This commit is contained in:
parent
02fbe432b0
commit
036d9f5663
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ class Tree(object):
|
||||||
|
|
||||||
def add_thread_for(self, mail):
|
def add_thread_for(self, mail):
|
||||||
self.threads.append({
|
self.threads.append({
|
||||||
'title': mail['subject'],
|
'title': mail['subject'] or '[No Subject]',
|
||||||
'slug': self.generate_slug(mail),
|
'slug': self.generate_slug(mail),
|
||||||
'date': mail['date'],
|
'date': mail['date'],
|
||||||
'author': mail['author'],
|
'author': mail['author'],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue