labels for textareas
This commit is contained in:
parent
2c60c19d81
commit
48817456f4
|
@ -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…
Reference in New Issue
Block a user