summaryrefslogtreecommitdiffstats
path: root/templates/w3/inputs.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/w3/inputs.html')
-rw-r--r--templates/w3/inputs.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/templates/w3/inputs.html b/templates/w3/inputs.html
deleted file mode 100644
index 250031c..0000000
--- a/templates/w3/inputs.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{% if inputs %}
- <div class="w3-input">
- {% if label_class %}
- <div class="aab {{ label_class }}"></div>
- {% endif %}
-
- <div class="{{ field_class }}">
- {% for input in inputs %}
- {% include "w3/layout/baseinput.html" %}
- {% endfor %}
- </div>
- </div>
-{% endif %}