Forbit closing on the backdrop. Part2

Change-Id: I89cf52bcad689aea7e52bf4f55edc32eb4d3b5d7
This commit is contained in:
Ekaterina Fedorova 2013-09-24 15:42:24 +04:00
parent 0586c6ec9a
commit 728b78d6ec
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<div class="modal-body clearfix">
{% block modal-body %}
<fieldset>
{% include "horizon/common/_form_fields.html" %}
{% include "common/_form_fields.html" %}
</fieldset>
{% endblock %}
</div>

View File

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