From 324f2e2c99f2fdd3a2ee763802a3a6f064b32056 Mon Sep 17 00:00:00 2001 From: rucki Date: Mon, 24 Aug 2026 12:08:34 +0200 Subject: [PATCH] Show editor tags directly on mobile --- core/templates/core/_edit_form.html | 8 ++++---- core/templates/core/item_editor.html | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/core/templates/core/_edit_form.html b/core/templates/core/_edit_form.html index ec488a3..e4c5748 100644 --- a/core/templates/core/_edit_form.html +++ b/core/templates/core/_edit_form.html @@ -3,12 +3,12 @@ {% csrf_token %}
{% trans "Type:" %} {{ item.get_kind_display }}
-
- {% trans "Add tags" %} -
+
+
{% trans "Add tags" %}
+
{% for tag in tags %}{% endfor %}
-
+
diff --git a/core/templates/core/item_editor.html b/core/templates/core/item_editor.html index 97fd642..92bb4b7 100644 --- a/core/templates/core/item_editor.html +++ b/core/templates/core/item_editor.html @@ -9,12 +9,12 @@
×
{% trans "Type:" %} {{ item.get_kind_display }}
-
- {% trans "Add tags" %} -
+
+
{% trans "Add tags" %}
+
{% for tag in tags %}{% endfor %}
-
+