summaryrefslogtreecommitdiffstats
path: root/templates/w3/layout/alert.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/w3/layout/alert.html')
-rw-r--r--templates/w3/layout/alert.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/w3/layout/alert.html b/templates/w3/layout/alert.html
deleted file mode 100644
index ba20ae9..0000000
--- a/templates/w3/layout/alert.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<div{% if alert.css_id %} id="{{ alert.css_id }}"{% endif %}{% if alert.css_class %} class="{{ alert.css_class }}"{% endif %}>
- {% if dismiss %}<button type="button" class="close" data-dismiss="alert">&times;</button>{% endif %}
- {{ content }}
-</div>