FinalsClub/djKarma

Autocomplete choose a school doesn't let you create new schools

Closed this issue · 1 comments

If your school is not in our database, return that information on the ajax submission. Then .show() a form to autocomplete a new school from the USDE schools database with text fields for desc, location, url. When a USDE school is chosen in the autocomplete, it populates the School model's fields in the form.

Actually, these fields shouldn't be editable

On form submission, take the USDE record and create a models.School with that starting data

Old issue, this was done over a week ago