mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
8 lines
353 B
HTML
8 lines
353 B
HTML
{% load i18n %}
|
|
|
|
<button type='button' id='edit-notes' title='{% trans "Edit" %}' class='btn btn-primary'>
|
|
<span class='fas fa-edit'></span> {% trans "Edit" %}
|
|
</button>
|
|
<button type='button' id='save-notes' title='{% trans "Save" %}' class='btn btn-success' style='display: none;'>
|
|
<span class='fas fa-save'></span> {% trans "Save" %}
|
|
</button> |