Added captcha image width and height as a configuration setting.
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
{% block captcha_widget %}
|
||||
<img src="{{ captcha_code }}" title="captcha" width="120" height="40" />
|
||||
{% spaceless %}
|
||||
<img src="{{ captcha_code }}" title="captcha" width="{{ captcha_width }}" height="{{ captcha_height }}" />
|
||||
{{ form_widget(form) }}
|
||||
{% endspaceless %}
|
||||
{% endblock %}
|
||||
|
||||
|
Reference in New Issue
Block a user