diff --git a/billard/templates/billard/location_index.html b/billard/templates/billard/location_index.html index 196b36f..cfad5af 100644 --- a/billard/templates/billard/location_index.html +++ b/billard/templates/billard/location_index.html @@ -19,11 +19,11 @@ {% for loc in location_list %} - {{ loc.code|default_if_none:"" }} - {{ loc.name|default_if_none:"" }} - {{ loc.street|default_if_none:"" }} - {{ loc.plz|default_if_none:"" }} - {{ loc.city|default_if_none:"" }} + {{ loc.code|default_if_none:"" }} + {{ loc.name|default_if_none:"" }} + {{ loc.street|default_if_none:"" }} + {{ loc.plz|default_if_none:"" }} + {{ loc.city|default_if_none:"" }} {% if perms.billard.change_accounting %} Abrechnen {% endif %}