ups
This commit is contained in:
parent
bc05ea82da
commit
0c44af7558
|
@ -28,7 +28,7 @@ def comments_notify(sender, **kwargs):
|
|||
content = comment.comment
|
||||
erang_id = comment.content_object.id
|
||||
comment_id = comment.id
|
||||
url = "http://theatreforum.in/erang/?issue_id=%d" % (img_id)
|
||||
url = "http://theatreforum.in/erang/?issue_id=%d" % (erang_id)
|
||||
admin_url = "http://theatreforum.in/admin/comments/comment/%d/" % (comment_id)
|
||||
message = "Page: %s \n Name: %s \n Email: %s \n Comment: %s\n\n Moderate: %s" % (url, name, email, content, admin_url)
|
||||
send_mail("New comment on E-Rang", message, "do_not_reply@theatreforum.in", ["erang@theatreforum.in", "sanjaybhangar@gmail.com", "sharvari@theatreforum.in"])
|
||||
|
|
Loading…
Reference in New Issue
Block a user