Initial
This commit is contained in:
3
app/base/templates/forms/widgets/textarea.html
Executable file
3
app/base/templates/forms/widgets/textarea.html
Executable file
@@ -0,0 +1,3 @@
|
||||
{% load utils %}
|
||||
<textarea name="{{ widget.name }}" rows="{{widget.value|count_lines|min:4|max:10}}"{% include "django/forms/widgets/attrs.html" %}>
|
||||
{% if widget.value %}{{ widget.value }}{% endif %}</textarea>
|
||||
Reference in New Issue
Block a user