lib.itmens/journal/templates/collection_update_item_note_ok.html

7 lines
267 B
HTML
Raw Normal View History

{% 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;" }}