summaryrefslogtreecommitdiff
path: root/horizon/templates/horizon/client_side/_loading.html
diff options
context:
space:
mode:
Diffstat (limited to 'horizon/templates/horizon/client_side/_loading.html')
-rw-r--r--horizon/templates/horizon/client_side/_loading.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/horizon/templates/horizon/client_side/_loading.html b/horizon/templates/horizon/client_side/_loading.html
deleted file mode 100644
index c4f6c967..00000000
--- a/horizon/templates/horizon/client_side/_loading.html
+++ /dev/null
@@ -1,12 +0,0 @@
-{% extends "horizon/client_side/template.html" %}
-{% load i18n horizon %}
-
-{% block id %}spinner-modal{% endblock %}
-
-{% block template %}
-{% jstemplate %}
-<div class="modal loading hide">
- <p>[[text]]&hellip;</p>
-</div>
-{% endjstemplate %}
-{% endblock %}