From f4077456af630ecef517531d84f05ad9cb719d95 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Wed, 19 Apr 2023 16:58:40 +0200 Subject: [PATCH] Fix snapshot page --- nummi/main/templates/main/form/snapshot.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/nummi/main/templates/main/form/snapshot.html b/nummi/main/templates/main/form/snapshot.html index a7420f3..78ebae8 100644 --- a/nummi/main/templates/main/form/snapshot.html +++ b/nummi/main/templates/main/form/snapshot.html @@ -18,11 +18,7 @@ {% block body %} {% with snapshot=form.instance %}

- {% if snapshot.sum == snapshot.diff %} - ✅ - {% else %} - ❌ - {% endif %} + {{ snapshot }}