summaryrefslogtreecommitdiff
path: root/horizon/templates/horizon/client_side/_alert_message.html
diff options
context:
space:
mode:
Diffstat (limited to 'horizon/templates/horizon/client_side/_alert_message.html')
-rw-r--r--horizon/templates/horizon/client_side/_alert_message.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/horizon/templates/horizon/client_side/_alert_message.html b/horizon/templates/horizon/client_side/_alert_message.html
deleted file mode 100644
index 6a5fea20..00000000
--- a/horizon/templates/horizon/client_side/_alert_message.html
+++ /dev/null
@@ -1,21 +0,0 @@
-{% extends "horizon/client_side/template.html" %}
-{% load horizon %}
-
-{% block id %}alert_message_template{% endblock %}
-
-{% block template %}
-{% jstemplate %}
-<div class="alert alert-block fade in alert-[[type]]">
- <a class="close" data-dismiss="alert" href="#">&times;</a>
- <p>
- <strong>[[type_capitalized]]: </strong>
- [[#safe]]
- [[[message]]]
- [[/safe]]
- [[^safe]]
- [[message]]
- [[/safe]]
- </p>
-</div>
-{% endjstemplate %}
-{% endblock %}