diff --git a/hackathon/__init__.py b/hackathon/__init__.py index f0fe34d..dd1f697 100644 --- a/hackathon/__init__.py +++ b/hackathon/__init__.py @@ -29,7 +29,6 @@ def register(): orientation = Orientation(form_data, new_signup.id) major = Major(form_data, new_signup.id) photo = Photo(form_data, new_signup.id) - db.session.add(dietary) db.session.add(race) db.session.add(orientation) diff --git a/hackathon/templates/index.html b/hackathon/templates/index.html index 24a14cb..23e789c 100644 --- a/hackathon/templates/index.html +++ b/hackathon/templates/index.html @@ -31,7 +31,7 @@