Adding title, width & height and updating README

This commit is contained in:
Grégoire Passault
2011-08-26 08:59:29 +02:00
parent e9e2cf5179
commit 49cb96b534
3 changed files with 15 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{% block captcha_widget %}
<img src="{{ captcha_code }}" /><br />
<img src="{{ captcha_code }}" title="captcha" width="120" height="40" />
{{ form_widget(form) }}
{% endblock %}