diff --git a/app/templates/deletePitstopForm.html b/app/templates/deletePitstopForm.html index fa14203..871ec67 100644 --- a/app/templates/deletePitstopForm.html +++ b/app/templates/deletePitstopForm.html @@ -17,11 +17,18 @@ Litres - {{ pitstop.litres }} l + {{ pitstop.amount }} {{ pitstop.consumable.unit }} Costs (overall) - {{ pitstop.costs }} € + + {% if pitstop.costs %} + {{pitstop.costs}} + {% else %} + -- + {% endif %} + € +