2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 02:25:38 +00:00

Danger button fix

This commit is contained in:
Oliver
2018-04-15 11:41:27 +10:00
parent 17b9f4ec8c
commit cb5e2f1a8c

View File

@ -23,7 +23,7 @@
</a>
<a href="{% url 'category-delete' category.id %}">
<button class="button btn-danger">Delete Category</button>
<button class="btn btn-danger">Delete Category</button>
</a>
</div>