From de2c279edf81f4d6884f22419b9a33a7cfcf657d Mon Sep 17 00:00:00 2001 From: fournier_bap Date: Tue, 30 Jan 2018 17:39:53 +0100 Subject: [PATCH] fix drop down details_2 --- machines/templates/machines/aff_machines.html | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/machines/templates/machines/aff_machines.html b/machines/templates/machines/aff_machines.html index 770287dd..9eebfaf3 100644 --- a/machines/templates/machines/aff_machines.html +++ b/machines/templates/machines/aff_machines.html @@ -65,7 +65,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {{ interface.domain }} - @@ -121,22 +121,22 @@ with this program; if not, write to the Free Software Foundation, Inc., -
- +
{% if ipv6_enabled and interface.ipv6 != 'None'%} - - - IPV6 - + + + IPV6 +
    {% for ipv6 in interface.ipv6.all %}
  • {{ipv6}} -
  • + {% endfor %} -
- + + + {% endif %} @@ -159,12 +159,12 @@ with this program; if not, write to the Free Software Foundation, Inc., {% endif %} -
- + {% endfor %} +
{% endfor %}