From 6f7fb6de854389c3e335925b603b930095a72360 Mon Sep 17 00:00:00 2001 From: Robert Einsle Date: Sat, 10 Feb 2018 16:28:44 +0100 Subject: [PATCH] Update Button Layout --- billard/templates/billard/location_index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/billard/templates/billard/location_index.html b/billard/templates/billard/location_index.html index 545fd53..c3384c6 100644 --- a/billard/templates/billard/location_index.html +++ b/billard/templates/billard/location_index.html @@ -23,7 +23,7 @@ {% for loc in location_list %} - {{ loc.code|default_if_none:"" }} + {{ loc.code|default_if_none:"" }} {{ loc.name|default_if_none:"" }} {{ loc.street|default_if_none:"" }} {{ loc.plz|default_if_none:"" }}