FinalsClub / djKarma

GNU General Public License v3.0
9 stars 1 forks source link

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

Closed sethwoodworth closed 11 years ago

sethwoodworth commented 11 years ago

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

sethwoodworth commented 11 years ago

Old issue, this was done over a week ago