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

Closes #3810: Preserve slug value when editing existing objects

This commit is contained in:
Jeremy Stretch
2020-02-19 13:53:11 -05:00
parent f05c7be394
commit 7a53e24f97
4 changed files with 28 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
<div class="input-group">
{% include "django/forms/widgets/input.html" %}
<span class="input-group-btn">
<button class="btn btn-default reslugify" type="button" title="Regenerate slug">
<i class="fa fa-refresh"></i>
</button>
</span>
</div>