From cae1ee197e760ebc51d2aaa6eeca9f5ed48aa282 Mon Sep 17 00:00:00 2001 From: Robert Einsle Date: Thu, 27 Apr 2017 12:24:38 +0200 Subject: [PATCH] update accounting dialog --- billard/templates/billard/accounting.html | 12 ------------ billard/templates/billard/base.html | 3 --- billard/templates/billard/location_index.html | 6 ++++++ billard/urls.py | 2 +- billard/views.py | 10 ++++++++++ 5 files changed, 17 insertions(+), 16 deletions(-) diff --git a/billard/templates/billard/accounting.html b/billard/templates/billard/accounting.html index 112beae..b6dedd1 100644 --- a/billard/templates/billard/accounting.html +++ b/billard/templates/billard/accounting.html @@ -4,18 +4,6 @@ {% block title %}Accounting Data{% endblock %} {% block content %} -{% if not locations|length_is:"1" %} -
-{% csrf_token %} -
- -
-
-{% endif %} diff --git a/billard/templates/billard/base.html b/billard/templates/billard/base.html index 4b084df..dded387 100644 --- a/billard/templates/billard/base.html +++ b/billard/templates/billard/base.html @@ -29,9 +29,6 @@