Fix typo
This commit is contained in:
parent
822fb1460a
commit
53d9a2e7d3
@ -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…
x
Reference in New Issue
Block a user