From 7c79023579904d9caf591e3392d6a9f05e2bbd9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Sat, 16 May 2015 12:04:36 +0200 Subject: [PATCH] Remove double "Add new instance" button --- instances/templates/instances.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/instances/templates/instances.html b/instances/templates/instances.html index 3eceedb..fc8d00a 100644 --- a/instances/templates/instances.html +++ b/instances/templates/instances.html @@ -13,7 +13,6 @@ {% include 'create_inst_block.html' %} {% endif %} {% if all_host_vms %} - {% include 'create_inst_block.html' %} @@ -248,4 +247,4 @@ } {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %}