labels for textareas
This commit is contained in:
parent
2c60c19d81
commit
48817456f4
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ $(function() {
|
|||
|
||||
{% for t in textareas %}
|
||||
<p>
|
||||
<textarea name="{{ t.short_name }}" id="id_{{ t.short_name }}">{{ t.value }}</textarea>
|
||||
{{ i.description }}: <textarea name="{{ t.short_name }}" id="id_{{ t.short_name }}">{{ t.value }}</textarea>
|
||||
</p>
|
||||
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Reference in a new issue