From 335e8ca4ff654b4ed8955940a5fffb5e8413ac11 Mon Sep 17 00:00:00 2001 From: Robert Einsle Date: Sat, 10 Feb 2018 20:06:30 +0100 Subject: [PATCH] fix table width --- billard/templatetags/display_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/billard/templatetags/display_client.py b/billard/templatetags/display_client.py index fe6157a..90a9db4 100644 --- a/billard/templatetags/display_client.py +++ b/billard/templatetags/display_client.py @@ -32,7 +32,7 @@ def display_client(client, desk_no): prize = '{0:.2f}'.format(prize) if prize != a.prize: a.prize = prize - html = '
\n' + html = '
\n' html += '
\n'.format(alert) html += '

({}) {}

\n'.format(desk_no, desk.name) if loc.happy_hour_start is not None and desk.prize_hh is not None: