From 50b95397bbd8deb35bc9a2cabaf737a9958a6055 Mon Sep 17 00:00:00 2001 From: Robert Einsle Date: Sat, 10 Feb 2018 16:26:23 +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 dc021e6..17706b1 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 %}