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: