summaryrefslogtreecommitdiffstats
path: root/templates/w3/layout/fieldset.html
diff options
context:
space:
mode:
authorYulqen <246857+yulqen@users.noreply.github.com>2024-09-05 12:03:42 +0100
committerGitHub <noreply@github.com>2024-09-05 12:03:42 +0100
commitacf9ad680f7c4c8a1283b21ab4cc3df112955530 (patch)
tree0ee570cc70236717928df26bdea7b231c4de8f26 /templates/w3/layout/fieldset.html
parent4187f41b48814b3c13ac75a6a9f57dd4efcaaa4c (diff)
parent707128730185f67d24ccfed2a9c7056129478fec (diff)
Merge pull request #102 from defencedigital/postgres-migration
Postgres migration
Diffstat (limited to 'templates/w3/layout/fieldset.html')
-rw-r--r--templates/w3/layout/fieldset.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/w3/layout/fieldset.html b/templates/w3/layout/fieldset.html
deleted file mode 100644
index 85ae30b..0000000
--- a/templates/w3/layout/fieldset.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<fieldset {% if fieldset.css_id %}id="{{ fieldset.css_id }}"{% endif %}
- {% if fieldset.css_class%}class="{{ fieldset.css_class }}"{% endif %}
- {{ fieldset.flat_attrs }}>
- {% if legend %}<legend>{{ legend }}</legend>{% endif %}
- {{ fields }}
-</fieldset>