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

Added JS for SlugField autofill

This commit is contained in:
Jeremy Stretch
2016-05-20 15:32:17 -04:00
parent 5a2946b146
commit bbdc7dccba
7 changed files with 47 additions and 6 deletions

View File

@ -7,7 +7,6 @@
<div class="panel-body">
{% render_field form.name %}
{% render_field form.slug %}
{% render_field form.category %}
{% render_field form.asn %}
</div>
</div>