From 0abd71d498e3857e80dba4d30764f3e792887471 Mon Sep 17 00:00:00 2001 From: Corban-Lee <77944149+Corban-Lee@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:57:04 +0100 Subject: [PATCH 1/8] Venue save functionality No field validation is present, so there will be an error if you miss or put an invalid value into the form then save. --- src/mainapp/templates/venues.html | 10 ++++-- src/mainapp/urls.py | 1 + src/mainapp/views.py | 25 +++++++++++++++ src/static/js/mainapp/venues.js | 52 +++++++++++++++++++++++++++++-- 4 files changed, 83 insertions(+), 5 deletions(-) diff --git a/src/mainapp/templates/venues.html b/src/mainapp/templates/venues.html index e357063..6896213 100644 --- a/src/mainapp/templates/venues.html +++ b/src/mainapp/templates/venues.html @@ -91,7 +91,7 @@ -