6 lines
267 B
HTML
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:" " }}
|