learning-unlimited / ESP-Website

A website to help manage the logistics of large, short-term educational programs
82 stars 57 forks source link

Fix profile form when numbers are used for school names #3748

Closed willgearty closed 2 months ago

willgearty commented 3 months ago

This should also fix other uses of AjaxForeignKeyNewformField which could presumably break if someone just entered a number in the field. While I was at it, I fixed the string representation of K12School objects. If we don't have a city/state for the contact, then we just use the school name.

Fixes #3746.