mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 12:36:45 +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> |