InvenTree/InvenTree/templates/admin_button.html

4 lines
202 B
HTML
Raw Normal View History

{% 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>