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 }}