修改bug

This commit is contained in:
ibuler
2015-01-22 23:15:50 +08:00
parent be051afce9
commit 43cea075dd

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>