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