From 728b78d6ec98f08298ece06d38e4757bd4a9abb5 Mon Sep 17 00:00:00 2001 From: Ekaterina Fedorova Date: Tue, 24 Sep 2013 15:42:24 +0400 Subject: [PATCH] Forbit closing on the backdrop. Part2 Change-Id: I89cf52bcad689aea7e52bf4f55edc32eb4d3b5d7 --- muranodashboard/templates/common/_modal_form.html | 2 +- muranodashboard/templates/services/_wizard_create.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/muranodashboard/templates/common/_modal_form.html b/muranodashboard/templates/common/_modal_form.html index 0206473c6..45aba431a 100644 --- a/muranodashboard/templates/common/_modal_form.html +++ b/muranodashboard/templates/common/_modal_form.html @@ -13,7 +13,7 @@ diff --git a/muranodashboard/templates/services/_wizard_create.html b/muranodashboard/templates/services/_wizard_create.html index dffc00251..6689637af 100644 --- a/muranodashboard/templates/services/_wizard_create.html +++ b/muranodashboard/templates/services/_wizard_create.html @@ -1,4 +1,4 @@ -{% extends "horizon/common/_modal_form.html" %} +{% extends "common/_modal_form.html" %} {% load i18n humanize %} {% block form_action %}{% url horizon:project:murano:create %}{% endblock %}