From dc09be5a43c63b64fa0a039589c7dfdac96274ba Mon Sep 17 00:00:00 2001 From: Robert Einsle Date: Thu, 27 Apr 2017 08:04:44 +0200 Subject: [PATCH] move code to use generic views --- billard/templates/billard/base.html | 4 +-- billard/templates/billard/location_list.html | 30 ++++++++++++++++++ billard/urls.py | 25 ++++++++++----- billard/views.py | 33 ++++++++++++++++++++ 4 files changed, 83 insertions(+), 9 deletions(-) create mode 100644 billard/templates/billard/location_list.html diff --git a/billard/templates/billard/base.html b/billard/templates/billard/base.html index 137ddb3..b88fc67 100644 --- a/billard/templates/billard/base.html +++ b/billard/templates/billard/base.html @@ -28,9 +28,9 @@