Merge "Add missing include template in admin migrate host form"

This commit is contained in:
Zuul 2017-11-21 18:00:57 +00:00 committed by Gerrit Code Review
commit 92ca21d471
1 changed files with 3 additions and 1 deletions

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