From 047a022f7eb100584678ded72a4a878f6d2f3b20 Mon Sep 17 00:00:00 2001 From: Robert Einsle Date: Thu, 2 Feb 2017 20:44:10 +0100 Subject: [PATCH] fix layout of presentation --- billard/templates/billard/index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/billard/templates/billard/index.html b/billard/templates/billard/index.html index 8128f7e..3f1bcf8 100644 --- a/billard/templates/billard/index.html +++ b/billard/templates/billard/index.html @@ -15,7 +15,8 @@ {% if clients %} {% for cli in clients %} {% if cli.desk1_enable %} -
+
+

(1) {{ cli.desk1_name }}

{% if cli.accounting_1 %} @@ -29,9 +30,11 @@
{% endif %}
+
{% endif %} {% if cli.desk2_enable %} -
+
+

(2) {{ cli.desk2_name }}

{% if cli.accounting_2 %} @@ -45,6 +48,7 @@
{% endif %}
+
{% endif %} {% endfor %} {% else %}