From 9f04b7b5573deb3124a8bff7bb2b92fdb1528ffc Mon Sep 17 00:00:00 2001 From: Alexander Werner Date: Thu, 17 Aug 2017 20:09:45 +0200 Subject: [PATCH 1/7] Show multiple accounts in accountmodal --- billard/templates/billard/accountmodal.html | 32 ++++++++++++--------- billard/urls.py | 2 +- billard/views.py | 16 ++++++----- 3 files changed, 29 insertions(+), 21 deletions(-) diff --git a/billard/templates/billard/accountmodal.html b/billard/templates/billard/accountmodal.html index a38dedd..34893a5 100644 --- a/billard/templates/billard/accountmodal.html +++ b/billard/templates/billard/accountmodal.html @@ -1,28 +1,34 @@ -{% if account %} +{% if accounts %} From acaa9441a5419079cb3cb2cdd1e59bcd37f51586 Mon Sep 17 00:00:00 2001 From: Robert Einsle Date: Fri, 18 Aug 2017 10:43:02 +0200 Subject: [PATCH 7/7] set version information --- billard/templates/billard/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/billard/templates/billard/base.html b/billard/templates/billard/base.html index 2e43a2d..5bc1de0 100644 --- a/billard/templates/billard/base.html +++ b/billard/templates/billard/base.html @@ -50,7 +50,7 @@ {% endif %}