From 1a0c0ff63a04793c6b535fe6d08858f33ff46244 Mon Sep 17 00:00:00 2001 From: Robert Einsle Date: Sun, 11 Feb 2018 11:05:50 +0100 Subject: [PATCH] add abrechnen button to location detail --- billard/templates/billard/location_detail.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/billard/templates/billard/location_detail.html b/billard/templates/billard/location_detail.html index 60d3c14..1574d26 100644 --- a/billard/templates/billard/location_detail.html +++ b/billard/templates/billard/location_detail.html @@ -11,6 +11,14 @@
{% include 'billard/location_detail_ajax.html' %}
+
+
+ {% if perms.billard.change_accounting %} + Abrechnen + {% endif %} +
+
{% endblock %}