prefix_edit.html 147 B

12345
  1. {% extends 'generic/object_edit.html' %}
  2. {% block tabs %}
  3. {% include 'ipam/inc/prefix_edit_header.html' with active_tab='add' %}
  4. {% endblock %}