lib.itmens/journal/templates/collection_update_item_note_ok.html
2025-01-20 15:36:28 -05:00

6 lines
267 B
HTML

{% load i18n %}
<span class="action">
<a title="{% trans "Update note" %}"
hx-get="{% url 'journal:collection_update_item_note' collection.uuid item.uuid %}"><i class="fa-regular fa-pen-to-square"></i></a>
</span>
{{ collection_member.note|default:"&nbsp;" }}