From 36b858d82c6f313c452c89f9ae1e92feed581881 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 20 Jan 2025 21:23:24 -0500 Subject: [PATCH] fix sortable init --- journal/templates/_list_item.html | 1 - journal/templates/collection_edit.html | 7 ------- journal/templates/collection_items.html | 9 +++++++++ 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/journal/templates/_list_item.html b/journal/templates/_list_item.html index 3b88af74..c6d76947 100644 --- a/journal/templates/_list_item.html +++ b/journal/templates/_list_item.html @@ -8,7 +8,6 @@ {% get_mark_for_item item as mark %} {% endif %}
{% if collection_edit %} diff --git a/journal/templates/collection_edit.html b/journal/templates/collection_edit.html index 81885f05..8c030a73 100644 --- a/journal/templates/collection_edit.html +++ b/journal/templates/collection_edit.html @@ -69,13 +69,6 @@ value="{% trans 'Add an item to this collection' %}"> + {% endif %} {% endfor %} {% if msg %}{% endif %}