From f42f81d280467ee7bfc97c5f25b9d764e492563d Mon Sep 17 00:00:00 2001 From: Tony Date: Mon, 6 Jun 2022 20:19:03 -0500 Subject: [PATCH] re-add multiple event views, add message for success --- .idea/runConfigurations/runserver_plus.xml | 4 +- config/settings/base.py | 5 ++ teamsnap/templates/lineup/multiple_edit.html | 44 +++++++++++- teamsnap/templates/lineup/widgets/lineup.html | 3 +- teamsnap/urls.py | 10 +++ teamsnap/views.py | 67 ++++++++++++++++++- 6 files changed, 124 insertions(+), 9 deletions(-) diff --git a/.idea/runConfigurations/runserver_plus.xml b/.idea/runConfigurations/runserver_plus.xml index cae6ab1..47811a3 100644 --- a/.idea/runConfigurations/runserver_plus.xml +++ b/.idea/runConfigurations/runserver_plus.xml @@ -14,7 +14,7 @@