From 8657fab3c159d62c809def33dbfe42016aea63cc Mon Sep 17 00:00:00 2001 From: Robert Einsle Date: Sat, 10 Feb 2018 16:30:22 +0100 Subject: [PATCH] resizing buttons --- billard/templates/billard/location_index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}