1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Convert IPAM list views to extend standard template

This commit is contained in:
Jeremy Stretch
2020-02-13 17:22:17 -05:00
parent 8df9bb6fb4
commit 8212c8f6fc
4 changed files with 23 additions and 69 deletions

View File

@@ -4,6 +4,7 @@
{% block content %}
<div class="pull-right noprint">
{% block buttons %}{% endblock %}
{% if permissions.add and 'add' in action_buttons %}
{% add_button content_type.model_class|url_name:"add" %}
{% endif %}