summaryrefslogtreecommitdiffstats
path: root/askbot/management/commands/send_unanswered_question_reminders.py
diff options
context:
space:
mode:
authorTomasz Zielinski <tomasz.zielinski@pyconsultant.eu>2011-12-07 14:45:43 +0100
committerTomasz Zielinski <tomasz.zielinski@pyconsultant.eu>2011-12-07 14:45:43 +0100
commita8dd651a63a8a23da03e2950605d968f59a9348f (patch)
tree79624a3a558fca7f38a143ed660c155f97be7525 /askbot/management/commands/send_unanswered_question_reminders.py
parentb5feaa53417c80d902c1d7f032f3cacf9077c586 (diff)
downloadaskbot-a8dd651a63a8a23da03e2950605d968f59a9348f.tar.gz
askbot-a8dd651a63a8a23da03e2950605d968f59a9348f.tar.bz2
askbot-a8dd651a63a8a23da03e2950605d968f59a9348f.zip
Tickets 104, 107: transplant of title
Diffstat (limited to 'askbot/management/commands/send_unanswered_question_reminders.py')
-rw-r--r--askbot/management/commands/send_unanswered_question_reminders.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/management/commands/send_unanswered_question_reminders.py b/askbot/management/commands/send_unanswered_question_reminders.py
index b65e2a72..3d5236dc 100644
--- a/askbot/management/commands/send_unanswered_question_reminders.py
+++ b/askbot/management/commands/send_unanswered_question_reminders.py
@@ -67,7 +67,7 @@ class Command(NoArgsCommand):
% (
askbot_settings.APP_URL,
question.get_absolute_url(),
- question.title
+ question.thread.title
)
body_text += '</ul>'