labels for textareas

This commit is contained in:
Sanj 2011-11-09 21:34:16 +05:30
parent 2c60c19d81
commit 48817456f4

View File

@ -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 %}