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 @@
+>
+>