Browse Source

[machines] Fix extension template

typo_and_trad_regeration
Benjamin Graillot 7 years ago
committed by esum
parent
commit
762091f2a4
  1. 3
      machines/templates/machines/aff_extension.html

3
machines/templates/machines/aff_extension.html

@ -38,6 +38,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% if ipv6_enabled %}
<th>{% trans "AAAA record origin" %}</th>
{% endif %}
<th>{% trans "DNSSEC" %}</th>
<th></th>
</tr>
</thead>
@ -50,13 +51,13 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% if ipv6_enabled %}
<td>{{ extension.origin_v6 }}</td>
{% endif %}
<td>{{ extension.dnssec|tick }}</td>
<td class="text-right">
{% can_edit extension %}
{% include 'buttons/edit.html' with href='machines:edit-extension' id=extension.id %}
{% acl_end %}
{% history_button extension %}
</td>
<td>{{ extension.dnssec|tick }}</td>
</tr>
{% endfor %}
</table>

Loading…
Cancel
Save