From be76e91e89388061ec82597eeb6fcd34b742a82b Mon Sep 17 00:00:00 2001 From: rucki Date: Fri, 11 Sep 2026 18:29:00 +0200 Subject: [PATCH] Disable browser autocomplete for due time --- core/templates/core/_edit_form.html | 2 +- core/templates/core/item_editor.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/templates/core/_edit_form.html b/core/templates/core/_edit_form.html index 6aa2bc9..8010f5e 100644 --- a/core/templates/core/_edit_form.html +++ b/core/templates/core/_edit_form.html @@ -22,7 +22,7 @@ {% if item.visibility == 'team' %}{% endif %} - {% if item.kind == 'todo' %}
{% for option in due_time_options %}
{% endif %} + {% if item.kind == 'todo' %}
{% for option in due_time_options %}
{% endif %}
{% if item.kind == 'link' %}{% endif %} diff --git a/core/templates/core/item_editor.html b/core/templates/core/item_editor.html index ef7be45..0d40abb 100644 --- a/core/templates/core/item_editor.html +++ b/core/templates/core/item_editor.html @@ -24,7 +24,7 @@ {% include 'core/_format_toolbar.html' %}
- {% if item.kind == 'todo' %}
{% for option in due_time_options %}
{% endif %} + {% if item.kind == 'todo' %}
{% for option in due_time_options %}
{% endif %}
{% if item.kind == 'link' %}{% endif %}