Merge soutade.fr:dynastie

This commit is contained in:
Grégory Soutadé 2012-10-20 21:00:20 +02:00
commit b703341e7b
1 changed files with 1 additions and 0 deletions

View File

@ -598,6 +598,7 @@ def add_comment(request, post_id, parent_id):
connection.close()
response = HttpResponseRedirect(ref)
response['Cache-Control'] = 'no-cache'
response.set_cookie('author', request.POST['author'], domain=blog.name, secure=True, httponly=False);
if request.POST['email'] != '':