Open angela-tran opened 5 hours ago
Oh, maybe these CSP errors are causing this? Do others see this, or is it just me?
Looks like we are including Bootstrap in two different places?
In #2526, @machikoyasuda updated Bootstrap to 5.3.3
in the main template and CSP settings. Is Admin including its own version?
(Noting 5.1.3
in your screenshot above)
Ah, I see. Yeah, Admin is including Bootstrap using its own include: https://github.com/cal-itp/benefits/blob/main/benefits/templates/admin/agency-base.html#L13, which wasn't updated to use 5.3.3.
Seems like it'd be good to consolidate how Bootstrap is brought in so that there's only one place to update.
Assigning myself!
To Reproduce
Steps to reproduce the behavior:
/admin
cst-user
)Expected behavior
Styling from initial release of Benefits Administrator with in-person enrollment is still intact.
Screenshots
Desktop
Smartphone
N/A
Additional context
I haven't looked into what change might've caused these regressions. I thought we weren't using the CA Web Template in Benefits Administrator, so I wouldn't have thought that #2526 would cause this, but that was a recent refactor.