rm clone-with-slug

Clones are rare, cloning is broken.
It makes more sense to clone from an item's page.
This commit is contained in:
2025-06-13 04:41:33 +03:00
parent 5bf61cc0bb
commit 43244f2856
2 changed files with 1 additions and 11 deletions

View File

@@ -14,9 +14,6 @@ It can be assigned to an existing item or a new item can be created.
<div class="row">
<a href="/m/inventory/assign-slug/{{ slug }}" class="waves-effect waves-light btn">Assign to existing item</a>
</div>
<div class="row">
<a href="/m/inventory/clone-with-slug/{{ slug }}" class="waves-effect waves-light btn">Clone existing item</a>
</div>
</div>
{% endblock %}