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 %}