From a8296397a81b6ec4a230af54c4ea9ecd2b15b608 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 4 May 2020 09:40:18 +0200 Subject: [PATCH] add a Cancel button --- devices/templates/devices/device_create.html | 1 + 1 file changed, 1 insertion(+) diff --git a/devices/templates/devices/device_create.html b/devices/templates/devices/device_create.html index 6535f90..ec47f9e 100644 --- a/devices/templates/devices/device_create.html +++ b/devices/templates/devices/device_create.html @@ -8,6 +8,7 @@ {% csrf_token %} {{ form|crispy }} + Cancel {% endblock %}