From fc1418b60ed833a06e5a11052a971c562fb8a44a Mon Sep 17 00:00:00 2001 From: gw3000 Date: Sat, 15 Jul 2023 12:38:25 +0200 Subject: [PATCH] beautified --- app/bird/templates/bird/bird_all.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/bird/templates/bird/bird_all.html b/app/bird/templates/bird/bird_all.html index 945694a..eabcaea 100644 --- a/app/bird/templates/bird/bird_all.html +++ b/app/bird/templates/bird/bird_all.html @@ -66,7 +66,7 @@ {{ bird.place }} {{ bird.status }} {{ bird.aviary|default_if_none:"" }} - {{ bird.total_costs |default_if_none:"0,00" }} € + {{ bird.total_costs|default_if_none:"0,00" }} € {% endfor %}