Skip to content

Commit

Permalink
use the title value from the form
Browse files Browse the repository at this point in the history
  • Loading branch information
honzakral committed Dec 8, 2009
1 parent 7274eb5 commit 3df699c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions threadedcomments/forms.py
Expand Up @@ -23,5 +23,6 @@ def get_comment_model(self):
def get_comment_create_data(self):
d = super(ThreadedCommentForm, self).get_comment_create_data()
d['parent_id'] = self.cleaned_data['parent']
d['title'] = self.cleaned_data['title']
return d

0 comments on commit 3df699c

Please sign in to comment.