Add missing include template in admin migrate host form

If migrate host action missing "ajax-modal", it will can not find
"_migrate_host.html"

Change-Id: Ide8db6dd4b1a46565eefdaf3d08470f450ee3a83
Closes-bug: #1682114
This commit is contained in:
wei.ying 2017-04-12 21:07:47 +08:00
parent c88d5c1de3
commit f713bfb82b

View File

@ -2,4 +2,6 @@
{% load i18n %}
{% block title %}{% trans "Migrate Host" %}{% endblock %}
{% block main %}{% endblock %}
{% block main %}
{% include 'admin/hypervisors/compute/_migrate_host.html' %}
{% endblock %}