diff --git a/billard/templates/billard/location_index.html b/billard/templates/billard/location_index.html index c3384c6..d66b6b4 100644 --- a/billard/templates/billard/location_index.html +++ b/billard/templates/billard/location_index.html @@ -23,13 +23,13 @@ {% 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:"" }} {{ loc.city|default_if_none:"" }} {% if perms.billard.change_accounting %} - Abrechnen + Abrechnen {% endif %} {% endfor %}