lib.itmens/journal/templates/collection_update_item_note.html
2022-12-29 14:30:31 -05:00

5 lines
No EOL
384 B
HTML

<form hx-post="{% url 'journal:collection_update_item_note' collection.uuid item.uuid %}" hx-target="#collection_items">
<input name="note" value="{{ note }}">
<input type="submit" style="width:unset;" value="修改">
<button style="width:unset;" hx-get="{% url 'journal:collection_retrieve_items' collection.uuid %}?edit=1" hx-target="#collection_items">取消</button>
</form>