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

Initial work on implementing django-taggit for #132

This commit is contained in:
Jeremy Stretch
2018-05-08 16:28:26 -04:00
parent 57f6d22c64
commit b0dafcf50f
13 changed files with 68 additions and 12 deletions

View File

@@ -7,6 +7,7 @@
<div class="panel-body">
{% render_field form.name %}
{% render_field form.device_role %}
{% render_field form.tags %}
</div>
</div>
<div class="panel panel-default">