fix del idc failed

pull/26/head
wangyong 2015-12-16 22:24:29 +08:00
parent a30ec0c75e
commit 7c742bf061
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
<td class="text-center"> <td class="text-center">
<a href="{% url 'idc_edit' %}?id={{ post.id }}" class="btn btn-xs btn-info">编辑</a> <a href="{% url 'idc_edit' %}?id={{ post.id }}" class="btn btn-xs btn-info">编辑</a>
<a href="{% url 'idc_del' %}?id={{ post.id }}" class="btn btn-xs btn-danger idc_del">删除</a> <a value="{% url 'idc_del' %}?id={{ post.id }}" class="btn btn-xs btn-danger idc_del">删除</a>
</td> </td>
</tr> </tr>
{% endfor %} {% endfor %}