clean code
This commit is contained in:
parent
8d09322f31
commit
7e88fd5294
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ def notify_topic_subscribers(post):
|
|||
'username': post.user.username,
|
||||
'message': post.body_text,
|
||||
'post_url': absolute_url(post.get_absolute_url()),
|
||||
'unsubscribe_url': absolute_url(reverse('pybb_delete_subscription', args=[post.topic.id])),
|
||||
'unsubscribe_url': absolute_url(reverse('forum_delete_subscription', args=[post.topic.id])),
|
||||
}
|
||||
#html_content = html_version(post)
|
||||
send_mail([to_email], subject, text_content)
|
||||
|
|
Reference in a new issue