From 5f6ec045e2f37313a190ec5c460bb472f2d6fc7d Mon Sep 17 00:00:00 2001 From: fournier_bap Date: Tue, 30 Jan 2018 17:12:35 +0100 Subject: [PATCH] fix drop down details_1 --- machines/templates/machines/aff_machines.html | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/machines/templates/machines/aff_machines.html b/machines/templates/machines/aff_machines.html index 3499d7f4..770287dd 100644 --- a/machines/templates/machines/aff_machines.html +++ b/machines/templates/machines/aff_machines.html @@ -121,22 +121,21 @@ with this program; if not, write to the Free Software Foundation, Inc., +
+ {% if ipv6_enabled and interface.ipv6 != 'None'%} - - IPV6 - -
-
IPV6
-
    + + IPV6 + +
      {% for ipv6 in interface.ipv6.all %}
    • {{ipv6}}
    • {% endfor %}
    -
{% endif %} @@ -148,7 +147,6 @@ with this program; if not, write to the Free Software Foundation, Inc., -
    {% for al in interface.domain.related_domain.all %}
  • @@ -159,11 +157,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
  • {% endfor %}
-
- {% endif %} - +
+ {% endfor %}