Browse Source

Подправил ширину

devel
Dmitry 9 years ago
parent
commit
861e1a4b7c
  1. 2
      taskapp/templates/taskapp/tasklist_own.html

2
taskapp/templates/taskapp/tasklist_own.html

@ -12,7 +12,7 @@
<th class="col-sm-1">{% trans 'Condition' %}</th>
<th class="col-sm-1">{% trans 'A priority' %}</th>
<th class="col-sm-1">{% trans 'Date of create' %}</th>
<th class="col-sm-1">{% trans 'Attachment' %}</th>
<th class="col-sm-3">{% trans 'Attachment' %}</th>
<th class="col-sm-1">{% trans 'Actions' %}</th>
</tr>
</thead>

Loading…
Cancel
Save