From 865e8bb09a19d5a69912d9c9d5367ff70dc07754 Mon Sep 17 00:00:00 2001 From: Robert Einsle Date: Fri, 28 Apr 2017 12:21:15 +0200 Subject: [PATCH] redesign location index page --- billard/templates/billard/location_index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 %}