From 173928006dde30e5e12928f1156fb45131d915a4 Mon Sep 17 00:00:00 2001 From: candifloss Date: Tue, 25 Feb 2025 01:42:21 +0530 Subject: [PATCH] Cancel buttons --- templates/create.html | 1 + templates/delete.html | 2 +- templates/update.html | 1 + templates/upload.html | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/create.html b/templates/create.html index 20ad0e9..babcb76 100644 --- a/templates/create.html +++ b/templates/create.html @@ -45,6 +45,7 @@

{% endfor %}

+ \ No newline at end of file diff --git a/templates/delete.html b/templates/delete.html index cbc9159..8a2cade 100644 --- a/templates/delete.html +++ b/templates/delete.html @@ -11,7 +11,7 @@

- Cancel +
diff --git a/templates/update.html b/templates/update.html index 1b90ff4..628f202 100644 --- a/templates/update.html +++ b/templates/update.html @@ -45,6 +45,7 @@

{% endfor %}

+ \ No newline at end of file diff --git a/templates/upload.html b/templates/upload.html index de8b3e0..544f344 100644 --- a/templates/upload.html +++ b/templates/upload.html @@ -28,6 +28,7 @@

+ \ No newline at end of file