5 lines
No EOL
384 B
HTML
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> |