From 2bb0b6275835da21d46c021ebe08d0cc3b6f44a7 Mon Sep 17 00:00:00 2001 From: Robert Einsle Date: Sat, 10 Feb 2018 16:28:00 +0100 Subject: [PATCH] other color on accounting button --- billard/templates/billard/location_index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/billard/templates/billard/location_index.html b/billard/templates/billard/location_index.html index 17706b1..545fd53 100644 --- a/billard/templates/billard/location_index.html +++ b/billard/templates/billard/location_index.html @@ -29,7 +29,7 @@ {{ loc.plz|default_if_none:"" }} {{ loc.city|default_if_none:"" }} {% if perms.billard.change_accounting %} - Abrechnen + Abrechnen {% endif %} {% endfor %}