From 4fed486a5842c05a56324480d3ec0c65f5c99745 Mon Sep 17 00:00:00 2001 From: KKlochko Date: Fri, 21 Jul 2023 15:20:44 +0300 Subject: [PATCH] Add the cancel button for a task form. --- CHANGELOG.org | 2 ++ templates/partials/task_form.html | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index c390902..b5fd59d 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -19,4 +19,6 @@ Add the delete button for a task. ** 0.3.2 <2023-07-20 Thu> Add the update button for a task. +** 0.3.3 <2023-07-21 Fri> + Add the cancel button for a task form. diff --git a/templates/partials/task_form.html b/templates/partials/task_form.html index 939a4f9..b8d1cd0 100644 --- a/templates/partials/task_form.html +++ b/templates/partials/task_form.html @@ -6,6 +6,7 @@ {{ task_form|crispy }} {% if task %} + {% else %} {% endif %}