修改bug

pull/6/head
ibuler 2015-01-22 23:15:50 +08:00
parent be051afce9
commit 43cea075dd
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
</tr>
</thead>
<tbody>
{% for user in users %}
{% for user in contacts.object_list %}
<tr class="gradeX">
<td class="text-center"><input type="checkbox" class="i-checks" name=""></td>
<td class="text-center"> {{ user.id }} </td>