diff --git a/instances/templates/instance.html b/instances/templates/instance.html index 72117da..de572df 100644 --- a/instances/templates/instance.html +++ b/instances/templates/instance.html @@ -726,8 +726,12 @@ {% endif %} + {% empty %} +
+
{% trans 'There is not any CD-ROM device.' %}
+
{% endfor %} - +

{% trans "Instance Volume" %} {% include 'add_instance_volume.html' %} @@ -824,10 +828,10 @@ @@ -1210,7 +1214,7 @@

-

{% trans "CPU usage" %}

+

{% trans "CPU Usage" %}

@@ -1223,7 +1227,7 @@ {% for net in networks %}
-

{% trans "Bandwidth device:" %} eth{{ forloop.counter0 }}

+

{% trans "Bandwidth Device" %}: eth{{ forloop.counter0 }}

@@ -1237,7 +1241,7 @@ {% for disk in disks %}
-

{% trans "Disk I/O device:" %} {{ disk.dev }}

+

{% trans "Disk I/O device" %}: {{ disk.dev }}

diff --git a/networks/templates/network.html b/networks/templates/network.html index cf9bbbd..5f2949a 100644 --- a/networks/templates/network.html +++ b/networks/templates/network.html @@ -187,10 +187,10 @@ {% for fix in fixed_address %} -
{% csrf_token %} - - - + {% csrf_token %} + + +