Fixed title as well

This commit is contained in:
Armin Ronacher 2010-07-15 20:22:55 +02:00
parent 02fbe432b0
commit 036d9f5663

View file

@ -125,7 +125,7 @@ class Tree(object):
def add_thread_for(self, mail):
self.threads.append({
'title': mail['subject'],
'title': mail['subject'] or '[No Subject]',
'slug': self.generate_slug(mail),
'date': mail['date'],
'author': mail['author'],