symposion_app/pinaxcon/templates/django/forms/widgets/textarea.html

3 lines
166 B
HTML
Raw Normal View History

<textarea class="form-control" name="{{ widget.name }}"{% include "django/forms/widgets/attrs.html" %}>
{% if widget.value %}{{ widget.value }}{% endif %}</textarea>