typo
This commit is contained in:
parent
48817456f4
commit
c8708c3766
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user