diff --git a/instances/templates/instance.html b/instances/templates/instance.html index 3ba2a59..e2d3c03 100644 --- a/instances/templates/instance.html +++ b/instances/templates/instance.html @@ -805,13 +805,16 @@

- {% trans "Assign network device to bridge" %} + {% trans "Add a network device" %} {% include 'add_instance_network_block.html' %}

-

{% trans "Network devices" %}

+
{% csrf_token %} {% for network in networks %} + {% if forloop.first %} +

{% trans "Network Devices" %}

+ {% endif %}