Fix typo
This commit is contained in:
parent
11ab7b67c3
commit
fc438a8ed2
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ def new_comment(data):
|
|||
content=message, created=created, published=None)
|
||||
comment.save()
|
||||
|
||||
article_url = = "http://" + site.url + url
|
||||
article_url = "http://" + site.url + url
|
||||
|
||||
# render email body template
|
||||
comment_list = (
|
||||
|
|
Loading…
Add table
Reference in a new issue