summaryrefslogtreecommitdiffstats
path: root/templates/w3/layout/formactions.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/w3/layout/formactions.html')
-rw-r--r--templates/w3/layout/formactions.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/w3/layout/formactions.html b/templates/w3/layout/formactions.html
deleted file mode 100644
index 04fed0b..0000000
--- a/templates/w3/layout/formactions.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<div{% if formactions.flat_attrs %} {{ formactions.flat_attrs }}{% endif %} class="form-group{% if 'form-horizontal' in form_class %} row{% endif %} {{ formactions.css_class }}" {% if formactions.id %} id="{{ formactions.id }}"{% endif %}>
- {% if label_class %}
- <div class="aab {{ label_class }}"></div>
- {% endif %}
-
- <div class="{{ field_class }}">
- {{ fields_output }}
- </div>
-</div>