[README] Fixing endspaceless (fixes #35)
This commit is contained in:
parent
51edd50acc
commit
78e1cee035
|
@ -161,7 +161,7 @@ The default rendering is:
|
||||||
{% spaceless %}
|
{% spaceless %}
|
||||||
<img src="{{ captcha_code }}" title="captcha" width="{{ captcha_width }}" height="{{ captcha_height }}" />
|
<img src="{{ captcha_code }}" title="captcha" width="{{ captcha_width }}" height="{{ captcha_height }}" />
|
||||||
{{ form_widget(form) }}
|
{{ form_widget(form) }}
|
||||||
{% spaceless %}
|
{% endspaceless %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue