learning-unlimited / ESP-Website

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

Fix case where regProf wasn't set #3631

Closed willgearty closed 1 year ago

willgearty commented 1 year ago

This fixes a very specific use case (the form has an error and the "allow_change_grade_level" tag is set to True) for the profile form that forgot to set a variable that was then used later.

Fixes https://github.com/learning-unlimited/ESP-Website/issues/3626.