diff --git a/dummydatasqlite.sql b/dummydatasqlite.sql index b6948e5..a936c8c 100644 --- a/dummydatasqlite.sql +++ b/dummydatasqlite.sql @@ -77,7 +77,6 @@ INSERT INTO `course` (name) VALUES ('Numerik gewöhnlicher Differentialgleichungen'), ('Numerische Lineare Algebra'), ('Numerische Mathe für MB (IV)'), -('Parabolische PDEs'), ('Partial Differential Equations I'), ('Probability Theory'), ('Riemannsche Flächen'), diff --git a/go.mod b/go.mod index 5149708..fc3c910 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,6 @@ module officeHours go 1.18 -require github.com/mattn/go-sqlite3 v1.14.18 +require github.com/mattn/go-sqlite3 v1.14.17 require github.com/go-sql-driver/mysql v1.7.1 diff --git a/go.sum b/go.sum index 9b485f1..243e249 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI= github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI= -github.com/mattn/go-sqlite3 v1.14.18 h1:JL0eqdCOq6DJVNPSvArO/bIV9/P7fbGrV00LZHc+5aI= -github.com/mattn/go-sqlite3 v1.14.18/go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S2DGjv9HUNg= +github.com/mattn/go-sqlite3 v1.14.17 h1:mCRHCLDUBXgpKAqIKsaAaAsrAlbkeomtRFKXh2L6YIM= +github.com/mattn/go-sqlite3 v1.14.17/go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S2DGjv9HUNg= diff --git a/templating/templates/addMask.html b/templating/templates/addMask.html index 2444371..ab7ed6a 100644 --- a/templating/templates/addMask.html +++ b/templating/templates/addMask.html @@ -35,7 +35,6 @@
- @@ -104,7 +102,6 @@
- + {{range $course := .Courses}} {{end}} @@ -30,7 +30,7 @@ Sprechstunden