From 232e21eb7d5f034d9c716a9410ee1f5c95356242 Mon Sep 17 00:00:00 2001 From: Ying Zuo Date: Tue, 18 Oct 2016 14:41:56 -0700 Subject: [PATCH] Fix two closing tags on subnet details template Closes-bug: #1634655 Change-Id: I3094d75c7a7815c01a5a36837ac8f95d3bb683f2 (cherry picked from commit 1cf2b297918e9d859ea958fa64c962045ec9f51b) --- .../networks/templates/networks/subnets/_detail_overview.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openstack_dashboard/dashboards/project/networks/templates/networks/subnets/_detail_overview.html b/openstack_dashboard/dashboards/project/networks/templates/networks/subnets/_detail_overview.html index e1896f30d..8ecbde522 100644 --- a/openstack_dashboard/dashboards/project/networks/templates/networks/subnets/_detail_overview.html +++ b/openstack_dashboard/dashboards/project/networks/templates/networks/subnets/_detail_overview.html @@ -29,10 +29,10 @@
{% trans "Gateway IP" %}
{{ subnet.gateway_ip|default:_("-") }}
-
{% trans "DHCP Enable" %}
+
{% trans "DHCP Enable" %}
{{ subnet.enable_dhcp|yesno|capfirst }}
{% if subnet.ip_version == 6 %} -
{% trans "IPv6 Address Configuration Mode" %}
+
{% trans "IPv6 Address Configuration Mode" %}
{% if subnet.ipv6_modes_desc %}
{{ subnet.ipv6_modes_desc }}
{% else %}