diff --git a/create_dummy_data.bat b/create_dummy_data.bat index 707f121..2cbee0a 100644 --- a/create_dummy_data.bat +++ b/create_dummy_data.bat @@ -1,5 +1,5 @@ @echo off -echo The purpose of this file is to populate the database with dummy data for testing. +echo The purpose of this file is to populate the database with dummy data for testing. Running this WILL DELETE your current sqlite3 database. set /p confirm=Do you want to continue? [y/n] if /i "%confirm%"=="y" ( diff --git a/src/mainapp/templates/teams.html b/src/mainapp/templates/teams.html index bb93d9d..368dc21 100644 --- a/src/mainapp/templates/teams.html +++ b/src/mainapp/templates/teams.html @@ -70,8 +70,38 @@ - -