simplelist can be datatabled with need_datatables=True
[unfold.git] / templates / view-slice.html
index 9bf68b1..f38c102 100644 (file)
@@ -1,3 +1,4 @@
+{# -*-django-html-mumamo-mode-*- #}
 {% extends 'layout-myslice.html' %}
 
 {% block content_main %}
 $(document).ready(function () { $('#datatable').dataTable() } )
 {% endinsert %}
 
-<table id='datatable'>
-  <thead> <tr> <th>slice</th> </tr> </thead>
-  <tbody>
-    {% for slicename in slices %}
-    <tr><td> <a href="/slice/{{ slicename }}/">{{ slicename }}</a></td></tr>
-    {% endfor %}
-  </tbody>
-</table>
 {% endblock content_related %}