From 493dd6f89f1223b82d3d16cc5c0642e1f2b57878 Mon Sep 17 00:00:00 2001 From: joseph Date: Wed, 29 Nov 2023 21:24:02 +0800 Subject: [PATCH] add new class --- main.py | 1 - templates/competitions.html | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index f59843d..ef10b89 100644 --- a/main.py +++ b/main.py @@ -119,7 +119,6 @@ def login_post(): # Get the username and password from the form username = request.form.get('username') password = request.form.get('password') - print(username, password) ## Connect to the database conn = psycopg2.connect(**SQL_CONFIG) with conn: diff --git a/templates/competitions.html b/templates/competitions.html index 05d1fc2..09f8067 100644 --- a/templates/competitions.html +++ b/templates/competitions.html @@ -1,4 +1,6 @@ +> +>