diff --git a/computes/templates/computes.html b/computes/templates/computes.html index 1ab1026..96728c1 100644 --- a/computes/templates/computes.html +++ b/computes/templates/computes.html @@ -62,7 +62,6 @@ {% ifequal compute.type 1 %}
{% csrf_token %} diff --git a/instances/templates/instances.html b/instances/templates/instances.html index f5409b6..cf001a8 100644 --- a/instances/templates/instances.html +++ b/instances/templates/instances.html @@ -53,10 +53,11 @@ {% include 'errors_block.html' %} + {% include 'messages_block.html' %}
{% if not all_host_vms %}
-
+
{% trans "Warning" %}: {% trans "Hypervisor doesn't have any Instances" %}
diff --git a/storages/templates/create_stg_block.html b/storages/templates/create_stg_block.html index 651ead4..183dd2b 100644 --- a/storages/templates/create_stg_block.html +++ b/storages/templates/create_stg_block.html @@ -9,8 +9,8 @@