mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
b41d1aed12
- build order - part detail - stock item - stock location - company detail - manufacturer-part - purchase order - sales order
4 lines
202 B
HTML
4 lines
202 B
HTML
{% load i18n %}
|
|
<button id='admin-button' title='{% trans "View in administration panel" %}' type='button' class='btn btn-primary' url='{{ url }}'>
|
|
<span class='fas fa-user-shield'></span>
|
|
</button> |