From c3ecbe4efe0b9f0db293f7a2a7761d0cc985de8d Mon Sep 17 00:00:00 2001 From: B Date: Mon, 29 Jan 2018 21:59:44 +0100 Subject: [PATCH] test ajout bouton IPV6 --- machines/templates/machines/aff_machines.html | 24 ++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/machines/templates/machines/aff_machines.html b/machines/templates/machines/aff_machines.html index ac71dc30..e8132c47 100644 --- a/machines/templates/machines/aff_machines.html +++ b/machines/templates/machines/aff_machines.html @@ -83,7 +83,10 @@ with this program; if not, write to the Free Software Foundation, Inc., IPv4 {{ interface.ipv4 }}
{% if ipv6_enabled and interface.ipv6 != 'None'%} - IPv6 {{ interface.ipv6|join:"," }} + IPv6 + {% endif %} @@ -128,6 +131,25 @@ with this program; if not, write to the Free Software Foundation, Inc., + + {% if ipv6_enabled and interface.ipv6 != 'None'%} + + +
+ +
+ + + {% endif %} + {% endfor %} + + + + {% endif %} + + {% if interface.domain.related_domain.all %}