Skip to content

Commit

Permalink
fixed url passing
Browse files Browse the repository at this point in the history
git-svn-id: http://django-notification.googlecode.com/svn/trunk@36 590c3fc9-4838-0410-bb95-17a0c9b37ca9
  • Loading branch information
jezdez committed May 26, 2008
1 parent ab8c0b6 commit 7edaadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notification/models.py
Expand Up @@ -199,10 +199,10 @@ def send(users, notice_type_label, message_template, object_list=[], issue_notic

subject = render_to_string("notification/notification_subject.txt", {
"display": notice_type.display,
"notices_url": notices_url,
})
message_body = render_to_string("notification/notification_body.txt", {
"message": message_to_text(message),
"notices_url": notices_url,
})

for user in users:
Expand Down

0 comments on commit 7edaadd

Please sign in to comment.