- Add DOB validation (not in future, not >120y) in controllers:\n - controllers/team_management_portal.py: portal_create_player_full, portal_add_player_submit\n - controllers/player_management_portal.py: create_player_submit, edit_player_submit\n- Preserve form inputs and display clear error messages on invalid DOB\n- Add dateutil.relativedelta import for date range checks\n- Minor template/context tweaks for consistent error rendering |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| access_control_mixin.py | ||
| events_portal.py | ||
| patient_injury_portal.py | ||
| player_management_portal.py | ||
| task_management_portal.py | ||
| team_management_portal.py | ||
| team_staff_portal.py | ||