This commit is contained in:
Sanj 2011-11-09 21:40:56 +05:30
parent 48817456f4
commit c8708c3766

View File

@ -46,7 +46,7 @@ $(function() {
{% for t in textareas %}
<p>
{{ i.description }}: <textarea name="{{ t.short_name }}" id="id_{{ t.short_name }}">{{ t.value }}</textarea>
{{ t.description }}: <textarea name="{{ t.short_name }}" id="id_{{ t.short_name }}">{{ t.value }}</textarea>
</p>
{% endfor %}