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 %}