From 8dac06a050007723fb7f219a063f0e5f540816cb Mon Sep 17 00:00:00 2001 From: Robert Einsle Date: Thu, 9 Feb 2017 20:10:21 +0100 Subject: [PATCH] align text --- billard/templates/billard/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}