From 359c2159248cb4df7511da5238bc12f44d631ae2 Mon Sep 17 00:00:00 2001 From: Fred Pauchet Date: Wed, 20 Oct 2021 21:47:24 +0200 Subject: [PATCH] Add a 'cancel' button on the places form --- templates/place_create.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/place_create.html b/templates/place_create.html index 7c590c7..42c94a0 100644 --- a/templates/place_create.html +++ b/templates/place_create.html @@ -14,7 +14,7 @@
{% csrf_token %} -
+
{{ form.name }} @@ -25,7 +25,7 @@ {% endif %}
-
+
{{ form.address }} @@ -79,6 +79,7 @@
+ Cancel