Created captcha type (this works, but still no image generation)

This commit is contained in:
Gregwar
2011-08-25 22:50:59 +02:00
commit 4e1892fc02
6 changed files with 175 additions and 0 deletions

View File

@ -0,0 +1,4 @@
{% block captcha_widget %}
[{{ captcha_code }}]<br />
{{ form_widget(form) }}
{% endblock %}