mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
removing textarea_widget (not used)
This commit is contained in:
parent
a9f4324513
commit
bf52c347ee
@ -26,16 +26,6 @@
|
||||
{% endspaceless %}
|
||||
{% endblock form_row %}
|
||||
|
||||
|
||||
{% block textarea_widget %}
|
||||
{% spaceless %}
|
||||
{% if attr.class is not defined %}
|
||||
{% set attr = {'class' : 'input textarea'} %}
|
||||
{% endif %}
|
||||
<textarea {{ block('widget_attributes') }}>{{ value }}</textarea>
|
||||
{% endspaceless %}
|
||||
{% endblock textarea_widget %}
|
||||
|
||||
{% block choice_widget_collapsed %}
|
||||
<div class="picker">
|
||||
{% spaceless %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user