summaryrefslogtreecommitdiffstats
path: root/templates/w3/layout/column.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/w3/layout/column.html')
-rw-r--r--templates/w3/layout/column.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/w3/layout/column.html b/templates/w3/layout/column.html
deleted file mode 100644
index e372c38..0000000
--- a/templates/w3/layout/column.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<div {% if div.css_id %}id="{{ div.css_id }}"{% endif %}
- class="{% if 'col' in div.css_class %}{{ div.css_class|default:'' }}{% else %}col-md {{ div.css_class|default:'' }}{% endif %}" {{ div.flat_attrs }}>
- {{ fields }}
-</div>