From 218d841d7fc5578f764557cb65e161eabeb5802a Mon Sep 17 00:00:00 2001 From: rucki Date: Sat, 22 Aug 2026 18:22:40 +0200 Subject: [PATCH] Improve mobile editor action buttons --- core/templates/core/item_editor.html | 8 +++++--- core/templates/core/new_item.html | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/core/templates/core/item_editor.html b/core/templates/core/item_editor.html index 0973ca4..9bf1e55 100644 --- a/core/templates/core/item_editor.html +++ b/core/templates/core/item_editor.html @@ -1,10 +1,12 @@ {% extends 'core/base.html' %} {% block content %} -← zurück
{% csrf_token %}
-

Eintrag #{{ item.id }} im Editor bearbeiten

+
+

Eintrag #{{ item.id }} bearbeiten

+
×
+
Typ: {{ item.get_kind_display }}
@@ -25,7 +27,7 @@
{% if item.kind == 'link' %}{% endif %} -
Abbrechen
+
Abbrechen
{% endblock %} diff --git a/core/templates/core/new_item.html b/core/templates/core/new_item.html index 3979964..9b2676b 100644 --- a/core/templates/core/new_item.html +++ b/core/templates/core/new_item.html @@ -6,7 +6,7 @@

{% if requested_kind == 'todo' %}Aufgabe erstellen{% elif requested_kind == 'link' %}Link erstellen{% elif requested_kind == 'journal' %}Journal-Eintrag erstellen{% else %}Notiz erstellen{% endif %}

-
Abbrechen
+
×