Merge "Fix two closing tags on subnet details template" into stable/newton

This commit is contained in:
Jenkins 2016-10-20 16:12:54 +00:00 committed by Gerrit Code Review
commit 7f8e0a9626
1 changed files with 2 additions and 2 deletions

View File

@ -29,10 +29,10 @@
</dd>
<dt title="{% trans 'Gateway IP' %}">{% trans "Gateway IP" %}</dt>
<dd>{{ subnet.gateway_ip|default:_("-") }}</dd>
<dt title="{% trans 'DHCP Enable' %}">{% trans "DHCP Enable" %}<dt>
<dt title="{% trans 'DHCP Enable' %}">{% trans "DHCP Enable" %}</dt>
<dd>{{ subnet.enable_dhcp|yesno|capfirst }}</dd>
{% if subnet.ip_version == 6 %}
<dt title="{% trans 'IPv6 Address Configuration Mode' %}">{% trans "IPv6 Address Configuration Mode" %}<dt>
<dt title="{% trans 'IPv6 Address Configuration Mode' %}">{% trans "IPv6 Address Configuration Mode" %}</dt>
{% if subnet.ipv6_modes_desc %}
<dd>{{ subnet.ipv6_modes_desc }}</dd>
{% else %}