修改小组列表模板,适应数据库的修改

This commit is contained in:
sxw
2015-12-09 19:52:42 +08:00
parent f924843ef1
commit 1dcfe0bc10

View File

@@ -40,7 +40,7 @@
无需申请 无需申请
{% endif %} {% endif %}
</td> </td>
<td>{{ item.admin }}</td> <td>{{ item.created_by }}</td>
<td>{{ item.create_time }}</td> <td>{{ item.create_time }}</td>
</tr> </tr>
{% endfor %} {% endfor %}