From 346723ae2dc2d0a90af65da8dd5f09a4157b56f1 Mon Sep 17 00:00:00 2001 From: Joachim Lusiardi Date: Wed, 15 Aug 2018 21:46:31 +0200 Subject: [PATCH] Makes each service/pitstop deletable adds a delete button to each service/pitstop --- app/templates/pitstops.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/pitstops.html b/app/templates/pitstops.html index 0d177e1..4767128 100644 --- a/app/templates/pitstops.html +++ b/app/templates/pitstops.html @@ -34,10 +34,10 @@ edit + {% endif %} delete - {% endif %} {%- endmacro %} @@ -76,10 +76,10 @@ edit + {% endif %} delete - {% endif %} {%- endmacro %}