From 2483bbbf5c8ae07f37008f4c7a7959a7d0f82a58 Mon Sep 17 00:00:00 2001 From: Corban-Lee <77944149+XordK@users.noreply.github.com> Date: Mon, 8 May 2023 00:42:30 +0100 Subject: [PATCH] Form validation --- src/mainapp/templates/teams.html | 35 +++++++++++++++------------- src/mainapp/views.py | 3 +++ src/static/js/jquery.validate.min.js | 4 ++++ src/static/js/teams.js | 14 +++++++++++ src/templates/base.html | 1 + 5 files changed, 41 insertions(+), 16 deletions(-) create mode 100644 src/static/js/jquery.validate.min.js diff --git a/src/mainapp/templates/teams.html b/src/mainapp/templates/teams.html index 7e3b885..cd46cba 100644 --- a/src/mainapp/templates/teams.html +++ b/src/mainapp/templates/teams.html @@ -45,22 +45,25 @@