From 9f04b7b5573deb3124a8bff7bb2b92fdb1528ffc Mon Sep 17 00:00:00 2001 From: Alexander Werner Date: Thu, 17 Aug 2017 20:09:45 +0200 Subject: [PATCH] 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 %}