Merge soutade.fr:dynastie
This commit is contained in:
commit
b703341e7b
1
views.py
1
views.py
|
@ -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'] != '':
|
||||
|
|
Loading…
Reference in New Issue
Block a user