Browse Source

Fix bug sur l'edition du txt + élargi le champ pour dnssec

serializer_ipv6_prefix_length
Gabriel Detraz 8 years ago
parent
commit
bf06d133f0
  1. 2
      machines/templates/machines/aff_txt.html

2
machines/templates/machines/aff_txt.html

@ -34,7 +34,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<th></th>
</tr>
</thead>
{% for txt in txt_list %}
{% for txt in text_list %}
<tr>
<td>{{ txt.zone }}</td>
<td>{{ txt.dns_entry }}</td>

Loading…
Cancel
Save