learning-unlimited / ESP-Website

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

Module Management red box text and constraints #3710

Open willgearty opened 5 months ago

willgearty commented 5 months ago

As of right now, we say: https://github.com/learning-unlimited/ESP-Website/blob/7c1ed01bdd65398eda176333ec0d92aa5282f7e2/esp/templates/program/modules/admincore/modules.html#L37-L38

But it looks like we actually always make the credit card module second to last (seq 10000) and the confirm module last (seq 99999). I imagine I meant to set the credit card seq to 100000, but just misread the confirm module's seq value. However, maybe it makes sense to have the confirm module always last and the credit card module always second to last? Either way, we'll need to update the behavior and/or the text here.