mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-20 19:01:52 +00:00
3 lines
145 B
HTML
3 lines
145 B
HTML
|
|
<textarea name="{{ widget.name }}"{% include "django/forms/widgets/attrs.html" %}>
|
||
|
|
{% if widget.value %}{{ widget.value }}{% endif %}</textarea>
|