syhpoon wrote:
> Error occurs when I try to load template with form that is protected
> with captcha, i.e. when I put {%load captcha%} {%captcha%} into my
> template, without these lines it renders fine, but, naturally without
> captcha image. The strangest thing for me is that, as I've mentioned
> before, with django internal server it works as it required to: the
> image is generated and shown, validation passes as well. Thus I suspect
> mod_python to be the cause of errors like these. But the reason, and
> much more important, solution is still unknown.
> 
> Template code I use for this form is taken from captcha's class
> docstring.
> 
> 
> 

Hi Syhpoon,

I'm not too familiar with the captchas, but shouldn't you use the
template tags {% load captcha %} and {% captcha %} instead? The leading
and trailing spaces are important, I think.

-Luis

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to