The CAPTCHA type now works

This commit is contained in:
Gregwar
2011-08-25 23:10:24 +02:00
parent 4e1892fc02
commit bb2f9b94b8
4 changed files with 132 additions and 2 deletions

View File

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