Adding title, width & height and updating README
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user