This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/tests/Symfony/Tests/Bridge/Twig/Extension/custom_widgets.html.twig
Fabien Potencier 17cd08dc6c fixed CS
2011-06-08 19:56:59 +02:00

7 lines
207 B
Twig

{% block _text_id_widget %}
<div id="container">
{# TODO find a smarter way to render the parent type #}
<input type="text" id="{{ id }}" value="{{ value }}" />
</div>
{% endblock _text_id_widget %}