Merge soutade.fr:dynastie

This commit is contained in:
Grégory Soutadé
2012-10-20 21:00:20 +02:00

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'] != '':