Hi
Thank you it works well
On 09-12-10 09:15, Ilian Iliev wrote:
> Hi,
>
> you have to include the request context to use CSRF token.
>
> from django.template import RequestContext
>
> return render_to_response('index.html', locals(), context_instance =
> RequestContext(request))
>
> Greeting,
>
Hi,
you have to include the request context to use CSRF token.
from django.template import RequestContext
return render_to_response('index.html', locals(), context_instance =
RequestContext(request))
Greeting,
Ilian Iliev
On Thu, Dec 9, 2010 at 2:08 AM, martvefun wrote:
> Hello,
>
> I've a l
2 matches
Mail list logo