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

Miscellaneous cleanup for tags

This commit is contained in:
Jeremy Stretch
2018-07-12 11:34:35 -04:00
parent f048cf36ce
commit f7f7764a6e
8 changed files with 30 additions and 1 deletions

View File

@@ -40,4 +40,10 @@
</div>
</div>
{% endif %}
<div class="panel panel-default">
<div class="panel-heading"><strong>Tags</strong></div>
<div class="panel-body">
{% render_field form.tags %}
</div>
</div>
{% endblock %}

View File

@@ -8,6 +8,7 @@
</div>
<div class="col-md-3">
{% include 'inc/search_panel.html' %}
{% include 'inc/tags_panel.html' %}
</div>
</div>
{% endblock %}