From 45cb691f1c67bcf0e74268e690c575018b228560 Mon Sep 17 00:00:00 2001 From: Lin Hua Cheng Date: Tue, 12 Mar 2013 16:15:26 -0700 Subject: [PATCH] Adding extensibility to workflow template file. Fixes bug 1154358. Change-Id: I8a2f9fc8fb65afb3290d998c5726ae3fec7c67fc --- horizon/templates/horizon/common/_workflow.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/horizon/templates/horizon/common/_workflow.html b/horizon/templates/horizon/common/_workflow.html index d8aa4cbad..7b3b46896 100644 --- a/horizon/templates/horizon/common/_workflow.html +++ b/horizon/templates/horizon/common/_workflow.html @@ -4,8 +4,10 @@
{% csrf_token %} {% if REDIRECT_URL %}{% endif %}
{% endwith %} +{% block modal-js %} +{% endblock %}