separate templates from static files
[myslice.git] / plugins / lists / static / staticlist.html
diff --git a/plugins/lists/static/staticlist.html b/plugins/lists/static/staticlist.html
deleted file mode 100644 (file)
index 2e30eee..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<table class='staticlist{%if with_datatables %} with-datatables{% endif %}'>
-{% if header %}
-<thead><tr><th class='staticlist'>{{ header }}</th></tr></thead>
-{% endif %}
-<tbody class='staticlist'>
-{% for item in list %}
-<tr><td>{{ item|safe }}</td></tr>
-{% endfor %}
-</tbody>
-</table>