Syntax error
This commit is contained in:
parent
190eb3d9b8
commit
8b015c7e85
2
views.py
2
views.py
|
@ -546,7 +546,7 @@ def add_comment(request, post_id, parent_id):
|
||||||
the_comment = the_comment.replace('>', '>')
|
the_comment = the_comment.replace('>', '>')
|
||||||
|
|
||||||
comment = Comment(post=post, parent=parentComment, date=datetime.now(), author=request.POST['author'],\
|
comment = Comment(post=post, parent=parentComment, date=datetime.now(), author=request.POST['author'],\
|
||||||
email=request.POST['email'], the_comment=the_comment], ip=ip)
|
email=request.POST['email'], the_comment=the_comment, ip=ip)
|
||||||
comment.save()
|
comment.save()
|
||||||
|
|
||||||
engine = globals()['post']
|
engine = globals()['post']
|
||||||
|
|
Loading…
Reference in New Issue
Block a user