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 %}