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

Loading…
Cancel
Save