mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
4 lines
215 B
HTML
4 lines
215 B
HTML
{% load i18n %}
|
|
<button id='admin-button' title='{% trans "View in administration panel" %}' type='button' class='btn btn-primary admin-button' url='{{ url }}'>
|
|
<span class='fas fa-user-shield'></span>
|
|
</button> |