Skip to content

Commit

Permalink
Merge pull request #27 from czachary9538/master
Browse files Browse the repository at this point in the history
Photo should work now
  • Loading branch information
czachary9538 authored Mar 29, 2024
2 parents 43aa792 + c970b3e commit 7548944
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion hackathon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion hackathon/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1>
September 21st - 22nd, 2024
</h1>
<h1>
Loaction TBD
Location TBD
</h1>
<h1>
Stay tuned. Registration will be opening soon!
Expand Down

0 comments on commit 7548944

Please sign in to comment.