I have been asked to add a Captcha field to the login page of a system built using Django.
My problem is that the system is written with hand-crafted HTML templates rather than with Django forms so the interface presented in the Simple Captcha documentation doesn't seem to apply. Rewriting the login page does not seem feasible at this point.
Is there a way to weave this package into custom HTML code by adding a captcha field?
Alternatively, is there another package that would be easy to use with custom HTML?