2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-08 16:28:49 +00:00
InvenTree/InvenTree/templates/attachment_button.html
2021-10-29 23:20:09 +11:00

5 lines
167 B
HTML

{% load i18n %}
<button type='button' class='btn btn-success' id='new-attachment'>
<span class='fas fa-plus-circle'></span> {% trans "Add Attachment" %}
</button>