1886323d74
Boot custom CSS, and put some base, standard css in its place. Shame I did not start with fresh Bootstrap4, but oh well. Some more templates could be made to make this less messy, which would be good.
2 lines
166 B
HTML
2 lines
166 B
HTML
<textarea class="form-control" name="{{ widget.name }}"{% include "django/forms/widgets/attrs.html" %}>
|
|
{% if widget.value %}{{ widget.value }}{% endif %}</textarea>
|