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:"" }}