diff --git a/billard/templates/billard/index.html b/billard/templates/billard/index.html index a4e4c02..1987f02 100644 --- a/billard/templates/billard/index.html +++ b/billard/templates/billard/index.html @@ -29,7 +29,7 @@ {{ acc.time_from|date:"d.m.Y H:i:s" }} {% if acc.time_to is not None %}{{ acc.time_to|date:"d.m.Y H:i:s" }}{% endif %} - {% if acc.prize is not None %}{{ acc.prize|floatformat:2 }}{% endif %} + {% if acc.prize is not None %}{{ acc.prize|floatformat:2 }}{% endif %} {% endfor %} @@ -47,7 +47,7 @@ {{ acc.time_from|date:"d.m.Y H:i:s" }} {% if acc.time_to is not None %}{{ acc.time_to|date:"d.m.Y H:i:s" }}{% endif %} - {% if acc.prize is not None %}{{ acc.prize|floatformat:2 }}{% endif %} + {% if acc.prize is not None %}{{ acc.prize|floatformat:2 }}{% endif %} {% endfor %}